field, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

.cf {
    zoom: 1;
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

body {
    font: normal 12px/1.5 Tahoma, Helvetica, arial, sans-serif;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #F17700;
}

#hd a:hover {
    text-decoration: none;
}

span.money {
    font-family: Helvetica, arial, sans-serif;
}

span.required {
    color: red;
}

.pr {
    text-align: right;
}

.f-input, input.date, input.number {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #BEC0C0;
    border-style: solid;
    border-width: 1px;
}

.h-input, input.date, input.number {
    font-size: 12px;
    padding: 2px 3px;
    border-color: #BEC0C0;
    border-style: solid;
    border-width: 1px;
}

.f-text {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #ff932c;
    border-style: solid;
    border-width: 1px;
}

.g-text {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #939392;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    width: 140px !important;
}

.f-textarea {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #7c7c7c #c3c3c3 #ddd;
    border-style: solid;
    border-width: 1px;
}

.f-select {
    font-size: 14px;
    padding: 3px 0 3px 4px;
    border-color: #ff932c;
    border-style: solid;
    border-width: 1px;
}

input.formbutton {
    padding: 4px 1em;
    *padding: 5px 1.5em 0;
    border: 2px solid;
    border-color: #fccb9d #e87a11 #e87a11 #fccb9d;
    background: #ff932c;
    color: #fff;
    letter-spacing: .1em;
    cursor: pointer;
    *width: auto;
    _width: 0;
    *overflow: visible;
}

input.disabled {
    border: 1px solid #ccc;
    background: #eee;
    color: #999;
    cursor: default;
}

button.formbutton {
    height: 23px;
    padding: 0 1.5em;
    border: 1px solid;
    border-color: #82D0D4 #92D6D9 #54A3A7 #4D989B;
    background: #63C5C8;
    color: #fff;
    letter-spacing: .3em;
    cursor: pointer;
    line-height: 23px;
}

dd.formbutton:focus {
    border-color: #000;
}

.paginator {
    padding: 10px 0 10px;
    white-space: nowrap;
    text-align: right;
    font-size: 12px;
}

.paginator li {
    display: inline;
    margin: 0 1px;
    *vertical-align: middle;
}

.paginator li.current {
    *height: 24px;
    margin: 0 6px;
    font-weight: bold;
    *line-height: 24px;
}

.paginator li a {
    *display: inline-block;
    *height: 22px;
    padding: 3px 6px 4px;
    *padding: 0 6px;
    border: 1px solid #bbb;
    text-decoration: none;
    *line-height: 22px;
    *position: relative;
}

.paginator li a:hover {
    *height: 24px;
    padding: 4px 7px 5px;
    *padding: 0 7px;
    border: none;
    *line-height: 24px;
    background: #B80000;
    color: #fff;
    text-decoration: none;
}

.paginator li a.nolink {
    color: #ccc;
    cursor: default;
}

.paginator li a.nolink:hover {
    background: transparent;
    *height: 22px;
    padding: 3px 6px 4px;
    *padding: 0 6px;
    border: 1px solid #ccc;
    *line-height: 22px;
}

/* sysmsg */
.sysmsgw {
    clear: both;
    padding: 8px 0 10px 37px;
    color: #000;
    font-size: 14px;
}

.sysmsg {
    position: relative;
    width: 930px;
    margin: auto;
    padding-left: 30px;
}

.sysmsg .close {
    position: absolute;
    top: 0;
    right: 20px;
    padding-right: 16px;
    background: url(i/bg-sysmsg-close.gif) 100% 50% no-repeat;
    font-size: 12px;
    cursor: pointer;
}

#sysmsg-error {
    border: 1px solid #d01e5e;
    background: #ffdcd7;
    color: #d01e5e;
    margin-top: 5px;
}

#sysmsg-success {
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    background: #f8f8f8;
    color: #690;
}

#sysmsg-error .sysmsg {
    background: url(i/bg-sysmsg-error.gif) no-repeat 0 0;
}

#sysmsg-success .sysmsg {
    background: url(i/bg-sysmsg-success.gif) no-repeat 0 0;
}

#sysmsg-tip {
    position: relative;
    top: -15px;
    left: 8px;
    width: 948px;
    font-size: 14px;
}

#sysmsg-tip .sysmsg-tip-top {
    background: url(i/bg-sysmsg-tip.gif) no-repeat 0 0;
    height: 12px;
    overflow: hidden;
}

#sysmsg-tip .sysmsg-tip-content {
    background: #FCECAD;
    padding: 0 30px 0 30px;
    border-left: 1px solid #ff942b;
    border-right: 1px solid #ff942b;
}

#sysmsg-tip .sysmsg-tip-bottom {
    background: url(i/bg-sysmsg-tip.gif) no-repeat 0 -13px;
    height: 12px;
    overflow: hidden;
    font-size: 12px;
}

#sysmsg-tip .sysmsg-tip-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 20px;
    padding-right: 16px;
    background: url(i/bg-sysmsg-close.gif) 100% 50% no-repeat;
    font-size: 12px;
    color: #699701;
    cursor: pointer;
}

#sysmsg-tip .deal-close {
    position: relative;
    z-index: 1;
}

#sysmsg-tip .deal-close .focus {
    position: absolute;
    z-index: 2;
    top: -21px;
    left: -31px;
    width: 163px;
    height: 60px;
    padding: 12px 35px;
    background: url(i/bg-sysmsg-tip-focus.gif) no-repeat 0 0;
    font-weight: bold;
}

#sysmsg-tip .deal-close .body {
    height: 30px;
    padding-left: 220px;
}

#sysmsg-tip .deal-close .subscribe-succ {
    display: block;
    padding-top: 5px;
}

#sysmsg-tip .deal-close td {
    line-height: 1;
    *line-height: 1.2;
    vertical-align: middle;
    padding-top: 1px;
}

#sysmsg-tip .deal-close .f-text {
    width: 216px;
    color: #333;
}

#sysmsg-tip .deal-close .commit {
    width: 51px;
    height: 28px;
    background: url(i/button-subscribe-b.gif) no-repeat 0 0;
    text-indent: -999em;
    border: none;
}

.sysmsg-tip-deal-close {
    margin-bottom: 15px;
    margin-top: 25px;
}

#sysmsg-guide {
    position: relative;
    z-index: 1;
    zoom: 1;
    top: -10px;
    left: 0;
    margin: 0 0 10px 8px;
    dpadding-top: 25px;
    width: 951px;
    height: 100px;
    background: url(i/bg-newbie-guide.gif) no-repeat 0 0;
}

#sysmsg-guide .link {
    padding-top: 0;
}

#sysmsg-guide .link a {
    display: block;
    width: 950px;
    height: 100px;
}

#sysmsg-guide .close {
    display: block;
    position: absolute;
    top: 2px;
    *top: 1px;
    _top: 2px;
    right: 14px;
    height: 20px;
    line-height: 20px;
    *padding-top: 2px;
    _padding-top: 0;
    padding-right: 20px;
    background: url(i/bg-newbie-close.gif) no-repeat center right;
    font-size: 12px;
    color: #666;
}

/* end sysmsg */

body {
    background: #F9D299 url(i/bg-bd.jpg) no-repeat 50% 150px;
}

body.bg-alt {
    background: #fff
}

body.newbie {
    background-position: 50% 326px;
}

#bdw {
    min-height: 320px;
    _height: 320px;
}

/** hearder **/
#hd {
    background: url(images/bghd.jpg) repeat-x;
    height: 190px;
    position: relative;
    z-index: 2;
}

#hd .top {
    height: 36px;
    overflow: hidden;
}

#hd .top ul {
    float: right;
    padding-top: 10px;
}

#hd .top li {
    float: left;
    height: 22px;
    background: #f00;
    padding: 0 10px;
    background: url(images/bg_t_li.gif) no-repeat;
    width: 70px;
}

#hd .top li.tlogo {
    background: none;
}

#hd .top li a {
    display: block;
    height: 22px;
    line-height: 22px;
}

#hd .top .favorite {
    background: url(images/t_fav.jpg) no-repeat;
    padding-left: 20px;
}

#hd .top .online {
    background: url(images/t_ol.jpg) no-repeat;
    padding-left: 20px;
}

#hd .tops {
    position: absolute;
    height: 24px;
    width: 400px;
    text-align: right;
    top: 5px;
    right: 10px;
    line-height: 24px;
    color: #fff;
}

#hd .tops a {
    color: #fff;
}

#hd .w970 {
    width: 970px;
    margin: 0 auto;
}

#hd .hdbox {
    height: 106px;
    background: #e00;
    position: relative;
    width: 970px;
    margin: 0 auto;
    background: url(images/by.jpg) no-repeat 253px 0px;
}

#hd .logo {
    position: absolute;
    left: 10px;
    top: 19px;
}

#hd .subscribe {
    position: absolute;
    width: 220px;
    height: 60px;
    top: 40px;
    right: 0;
}

#hd .subscribe img {
    margin-top: 8px;
    margin-bottom: -8px;
}

#hd .subscribe a {
    color: #fff;
}

#hd .bg_s_form {
    background: url(images/bg_s_form.gif) no-repeat;
    height: 24px;
    margin-left: 3px;
    _margin-left: 0;
}

#hd .inputw {
    border: 0 none;
    background: #fff;
    height: 20px;
    line-height: 20px;
    margin: 1px;
    margin-right: -1px;
    float: left;
    width: 164px;
}

#hd .navbox {
    width: 970px;
    margin: 0 auto;
    height: 40px;
    position: relative;
}

#hd .nav {
    width: 560px;
    height: 40px;
    overflow: hidden;
}

#hd .nav ul {
    float: left;
    padding-left: 8px;
    width: 560px;
}

#hd .nav li {
    float: left;
    width: 90px;
    text-align: center;
    height: 32px;
    padding-top: 8px;
    line-height: 32px;
    margin-right: 2px;
}

#hd .nav li a:link, .nav li a:visited {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

#hd .userinfo {
    height: 20px;
    line-height: 22px;
    padding-top: 12px;
    color: #fff;
    width: 390px;
    float: right;
    padding-right: 10px;
    text-align: right;
}

#hd .userinfo a:link, .userinfo a:visited {
    color: #fff;
    text-decoration: underline;
}

#hd .nav li.actli, .nav li.hovli {
    background: url(images/bgnav.jpg) no-repeat;
}

#hd .nav li.hovli a:link, #hd .nav li.hovli a:visited {
    color: #000;
}

#hd .logins {
    position: absolute;
    top: 4px;
    right: 0;
    width: 380px;
}

#hd .logins .line {
    float: right;
    width: 115px;
    height: 42px;
}

#hd .logins .islogin {
    width: 2px;
}

#hd .logins ul {
    float: right;
}

#hd .logins li {
    float: left;
}

#hd .logins a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

#hd .logins a:hover {
    text-decoration: none;
}

#hd .logins .username {
    ddbackground: #ccc;
    dwidth: 65px;
    height: 42px;
    line-height: 42px;
    padding: 0 6px 0 25px;
    text-align: center;
    font-family: Helvetica, arial, sans-serif;
    color: #fff;
    font-size: 12px;
}

#hd .logins .account {
    width: 90px;
    text-align: center;
}

#hd .logins .account a {
    outline: 0;
}

#hd .logins .logout, #hd .logins .login, #hd .logins .signup {
    width: 55px;
    text-align: center;
}

#hd .logins a:hover, #hd .logins a.hover {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#myaccount-menu {
    display: none;
    position: absolute;
    right: 9px;
    top: 42px;
    padding: 0;
    border: 1px solid #4F3D3A;
    border-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    background-color: #484A47;
}

#myaccount-menu li {
    width: 150px;
    border-bottom: 1px solid #3E403D;
    height: 32px;
    line-height: 32px;
}

#myaccount-menu li a {
    display: block;
    padding-left: 20px;
    color: #fff;
    background: #484A47;
    height: 32px;
    line-height: 32px;
}

#myaccount-menu li a:hover {
    text-decoration: none;
    background: #D02727;
    font-weight: bold;
}

#ft {
    background: url(images/bg_ft.jpg) 0 -150px repeat-x;
    height: 300px;
    color: #333;
}

#ft .ft01 img {
    margin: 0 17px
}

#ft .ft02 {
    width: 950px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 50px;
}

#ft .ft02 dl {
    width: 150px;
    padding-left: 10px;
    float: left;
}

#ft .ft02 dt {
    background: url(images/ico_dt.gif) no-repeat 0 2px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
}

#ft .ft02 dd {
    background: url(../images/ico_dd.gif) no-repeat 2px 50%;
    padding-left: 10px;
}

#ft .f_lofo {
    float: left;
    margin-top: 13px;
    padding-left: 25px;
}

#ft .copyright {
    font-family: arial;
    clear: both;
    text-align: center;
    padding-top: 20px;
}

#miibeian {
    color: #ddd;
}

dd#bd {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 65px;
}

#bd {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 10px auto 65px;
}

#content {
    float: left;
    width: 704px;
    _display: inline;
    margin-left: 5px;
    margin-right: 16px;
    padding: 0;
}

#content.mainwide {
    float: left;
    width: 944px;
    _display: inline;
    margin-left: 8px;
    margin-right: 16px;
    padding: 0;
}

.box-top {
    background: url(i/bg-box-702.gif) no-repeat 0 0;
    height: 20px;
    overflow: hidden;
}

.box-content {
    background: #fff;
    border: 1px solid #BEC0C0;
    padding: 0 0 5px 0;
    width: 700px;
    overflow: hidden;
}

.box-bottom {
    background: url(i/bg-box-702.gif) no-repeat 0 -21px;
    height: 20px;
    overflow: hidden;
}

.mainwide .box-top {
    background: url(i/bg-box-944.gif) no-repeat 0 0;
}

.mainwide .box-bottom {
    background: url(i/bg-box-944.gif) no-repeat 0 -21px;
}

.box-split .box-top {
    background: url(i/bg-box-split-702.gif) no-repeat 0 0;
}

.box-split .box-content {
    background: #fff;
    border: #9CAAB7 1px solid;
}

.box-split .box-bottom {
    background: url(i/bg-box-split-702.gif) no-repeat 0 -21px;
}

.sbox {
    width: 230px;
    margin: 0px;
}

.sbox-top {
    background: url(i/bg-sbox-230.gif) no-repeat 0 0;
    height: 13px;
    overflow: hidden;
}

.sbox-content {
    background: #fff;
    border: 1px solid #BEC0C0;
    padding: 5px 0;
}

.sbox-bottom {
    background: url(i/bg-sbox-230.gif) no-repeat 0 -14px;
    height: 13px;
}

.sbox-white {
    width: 230px;
}

.sbox-white .sbox-top {
    background: url(i/bg-sbox-230-white.gif) no-repeat 0 0;
    height: 12px;
    overflow: hidden;
}

.sbox-white .sbox-content {
    background: #fff;
    border: none;
}

.sbox-white .sbox-bottom {
    background: url(i/bg-sbox-230-white.gif) no-repeat 0 -13px;
    height: 12px;
}

.box-content-account {
    border: 1px solid #eee;
    padding: 0 0 5px 0;
}

.dashboard {
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
}

.dashboard ul li {
    float: left;
    width: 100px;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    margin-right: 5px;
}

.dashboard ul li.current {
    font-weight: bold;
    background: white;
}

.dashboard ul li a {
    color: #000;
    text-decoration: none;
}

.coupons-table {
    margin: 10px 10px 30px;
}

.coupons-table td, .coupons-table th {
    padding: 10px;
    border: 1px solid #fff;
}

.coupons-table td {
    background: #fff;
}

.coupons-table .last {
    white-space: nowrap;
}

.coupons-table .last form {
    text-align: center;
}

.coupons-table .last form p {
    margin-top: 4px;
}

.coupons-table .last .f-input {
    width: 90px;
    float: none;
    margin-bottom: 4px;
}

.coupons-table .alt td {
    background: #f1f1f1;
}

.coupons-table a.deal-title {
    color: #626061;
}

.coupons-table a.deal-title:hover {
    color: #626061;
}

.coupons-table .op {
    font-size: 14px;
    color: gray;
}

.coupons-table td.author {
    font-size: 12px;
    color: gray;
}

#dialog .coupons-table td, #dialog .coupons-table th {
    padding: 2px;
}

.sendsms-failure {
    color: #c00;
}

/* content */
.deals-table {
    margin: 10px 10px 30px;
}

.deals-table td, .deals-table th {
    padding: 10px;
    border: 1px solid #fff;
}

.deals-table th {
    text-align: right;
    vertical-align: top;
}

.bizs-table th {
    text-align: right;
    vertical-align: top;
}

#content .head2 {
    height: 53px;
    background: url(images/bg_team_h2.jpg) repeat-x;
}

#content .head2 h3 {
    padding-top: 10px;
    padding-left: 15px;
}

#content .head {
    padding: 0 10px 10px;
}

#content .head h2 {
    display: inline;
    padding-left: 10px;
    font-size: 2em;
}

#content .head h3 {
    padding-top: 10px;
    padding-left: 15px;
}

.span_normal {
    font-size: 12px;
    font-weight: normal;
}

#content .head .headtip {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

#content div.success {
    height: 60px;
    padding-left: 255px;
    padding-top: 50px;
    background: url(i/bg-pay-return-success.gif) no-repeat 145px 25px;
}

#content div.error {
    height: 60px;
    padding-left: 232px;
    padding-top: 38px;
    background: url(i/bg-pay-return-error.gif) no-repeat 145px 25px;
}

#content div.success h2, #content div.error h2 {
    font-size: 28px;
    font-family: '黑体', helvetica, arial, sans-serif;
}

#content .title {
    padding: 0 10px;
}

#content .title h3 {
    display: inline;
    padding-left: 10px;
    font-size: 1.5em;
}

#content .sect {
    width: 678px;
    padding: 20px 10px 50px;
    border-top: 1px solid #eee;
}

#content.mainwide .sect {
    width: 920px;
    padding: 20px 10px 50px;
    border-top: 1px solid #def;
}

#content .field {
    clear: left;
    float: left;
    *float: none;
    _display: inline;
    width: 640px;
    padding: 0 10px 2px;
    margin: 5px auto 10px;
    _zoom: 1;
}

#content.mainwide .field {
    clear: left;
    float: left;
    *float: none;
    _display: inline;
    width: 892px;
    padding: 0 10px 2px;
    margin: 5px auto 10px;
}

#content .field label {
    float: left;
    padding-right: 20px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    color: #333;
}

#content .field .f-input {
    float: left;
    width: 320px;
    margin: 3px 0 0;
}

#content.mainwide .field .f-input {
    float: left;
    width: 480px;
    margin: 3px 0 0;
}

.field input.number {
    float: left;
    width: 88px;
    margin: 3px 15px 0 0;
}

.field input.date {
    float: left;
    width: 80px;
    margin: 3px 15px 0 0;
}

#content #deal-buy-box .f-input {
    width: 240px;
}

#content .field .f-textarea {
    float: left;
    width: 320px;
    height: 120px;
    margin: 3px 0 0;
}

#content.mainwide .field .f-textarea {
    float: left;
    width: 480px;
    height: 120px;
    margin: 3px 0 0;
}

#forum #content .field .f-input {
    width: 480px;
}

#forum #content .field .f-textarea {
    width: 480px;
    height: 120px;
}

#forum #content .avatar {
}

#forum #content div.author {
    background-color: #EAEAEA;
    padding: 2px 5px;
}

#forum #content .topic-content {
    padding: 10px 5px;
}

#forum #content .topic-reply .topic-content {
}

#forum .consult-form {
    padding: 35px 55px 15px;
    width: auto;
}

#forum .consult-form .commit {
    margin-top: 10px;
}

#forum .consult-form .f-textarea {
    width: 480px;
    height: 100px;
}

#forum .consult-form .succ {
    display: none;
    padding: 10px 0;
}

#content .field .f-check {
    float: left;
    margin-top: 3px;
    *margin-top: 0;
}

#content .readonly {
    color: #666;
    background: #f1f1f1;
}

#content .hint {
    clear: left;
    float: left;
    width: 320px;
    margin-left: 110px;
    font-size: 12px;
    color: #989898;
}

#content.mainwide .hint {
    clear: left;
    float: left;
    width: 560px;
    margin-left: 110px;
    font-size: 12px;
    color: #989898;
}

#content .act {
    clear: left;
    padding: 0 10px 0;
    margin-left: 110px;
}

#content .act .button {
    width: 158px;
    height: 33px;
    padding-left: 0;
    cursor: pointer;
}

#content .notice-title {
    font-size: 16px;
}

#content .notice {
    padding: 10px;
}

#content .notice-special {
    margin: 10px;
    padding: 10px;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#content .wholetip h3 {
    padding: 8px 18px;
    font-size: 16px;
}

#content .inputtip {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

#content .city_list a {
    margin-right: 12px;
}

#content .head {
    position: relative;
}

#content .filter {
    position: absolute;
    top: 20px;
    right: 10px;
}

#content .filter li {
    float: left;
    margin: 5px 5px 0 0;
    font-size: 12px;
}

#content .filter a {
    padding: 3px 1px;
}

#content .filter .current a {
    padding: 3px 7px;
    background: #EC5632;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* signup */
#signup .f-input-tip {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

#signup .email .f-input {
    font-weight: bold;
}

#signup .username .f-input {
    font-weight: bold;
}

#signup .city {
    margin-bottom: 0;
}

#signup .f-city {
    float: left;
    margin-top: 4px;
    color: #333;
}

#signup .field .f-cityname {
    width: 100px;
    color: #333;
}

#signup .enter-city {
    float: left;
    margin-top: 3px;
    *margin-top: 0;
    margin-left: 15px;
    color: #333;
}

#signup .subscribe {
    width: 300px;
    margin-left: 110px;
    *margin-left: 107px;
    padding-bottom: 0;
    margin-top: 5px;
}

#signup .subscribe label {
    width: 250px;
    margin-top: 0;
    *margin-top: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 3px;
}

#signup .act {
    margin-top: 10px;
    *margin-top: 0;
}

#signuped .sect {
    width: auto;
    padding: 50px 50px 50px;
}

#signuped .notice-content {
    padding: 5px 0;
    color: #666;
}

#signuped .help-tip {
    margin-top: 25px;
    background: #f7f7f7;
    padding: 20px 30px 20px 25px;
    font-size: 12px;
}

#signuped .help-list {
    margin: 10px 0 0;
}

#signuped .help-list li {
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: disc;
    color: #666;
}

.signup-gotoverify {
    margin-top: 15px;
    text-align: center;
}

#verify .sect {
    width: auto;
    padding: 50px 50px 50px;
}

#verify .notice-content {
    padding: 5px 0;
    color: #666;
}

#login .email .f-input {
    font-weight: bold;
}

#login .autologin {
    width: 200px;
    margin-left: 110px;
    padding-bottom: 0;
    margin-top: 0;
}

#login .autologin label {
    margin-top: 0;
    *margin-top: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 3px;
}

#login .lostpassword {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

#coupons .head {
    position: relative;
}

#coupons .filter {
    position: absolute;
    top: 20px;
    right: 10px;
}

#coupons .filter li {
    float: left;
    margin: 0 5px 0 0;
    font-size: 12px;
}

#coupons .filter a {
    padding: 3px 1px;
}

#coupons .filter .current a {
    padding: 3px 7px;
    background: #EC5632;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#coupons .delivery-text {
    color: #808080;
}

#coupons .sbox {
    margin-top: 34px;
}

#coupons .invalid {
    color: #ddd;
}

#credit .sect {
    padding: 15px 20px 40px;
    width: auto;
}

#credit .credit-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

#credit .credit-title strong {
    font-size: 24px;
    color: #c33;
}

#credit p.charge {
    background: #fffbcc;
    border: 1px solid #ffec19;
    margin: 0 0 10px;
    padding: 10px;
}

#credit p.charge span {
    color: #399;
}

#credit p.charge a {
    text-decoration: underline;
}

#credit .coupons-table {
    margin: 1px 0 0;
    width: 100%;
}

#credit .coupons-table th, #credit .coupons-table td {
    border: none;
}

#credit .coupons-table .income {
    color: #b2302d;
}

#credit .coupons-table .expense {
    color: #469800;
}

#credit .coupons-table a {
    color: #666;
}

#credit .paginator {
    margin-top: 20px;
}

#credit .notice {
    padding: 10px 0;
}

#credit .rail {
    margin-top: 34px;
}

#credit .credit-card-box {
    margin-top: 20px;
}

#credit .credit-card {
    padding: 4px 10px 4px 15px;
}

#credit .credit-card .f-input {
    display: block;
    width: 185px;
}

#credit .credit-card .act {
    margin-top: 10px;
}

#credit .credit-card-notice {
    padding: 5px 0 5px;
    color: red;
}

#credit .credit-card-link {
    background: url(i/blue_arrow.gif) no-repeat 0 5px;
    padding-left: 12px;
}

#credit .credit-card .captcha {
    display: none;
    margin-top: 10px;
}

#credit .credit-card .captcha img {
    display: block;
    margin-top: 5px;
}

#credit .credit-card .show {
    display: block;
}

#biz .autologin {
    margin-left: 110px;
    padding-bottom: 0;
    margin-top: 0;
}

#biz .autologin label {
    margin: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}

#biz .field .coupon-code {
    clear: left;
    float: left;
    width: 500px;
    font-size: 25px;
    height: 30px;
    padding: 10px;
}

#biz .verify {
    margin-left: 0;
}

#biz .verify .formbutton {
    padding: .5em 1.5em;
    margin-right: 10px;
}

#biz .verify-noti {
    margin: 30px 10px 0;
}

#biz .verify-noti dt {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
}

#biz .edit-password th {
    font-weight: normal;
    text-align: right;
}

#mis .f-textarea {
    width: 430px;
    height: 200px;
}

#mis .f-input {
    width: 430px;
}

#feedback .notice {
    margin: 0px 10px 10px;
}

#feedback .f-textarea {
    width: 430px;
}

#feedback .f-input {
    width: 430px;
}

#about .sect h3 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2em;
}

#about .sect h4 {
    margin: 25px 0 10px;
    padding-left: 10px;
    font-size: 1em;
}

#about .sect p {
    margin: 10px;
    line-height: 1.5em;
}

#about .sect ol.list {
    margin: 10px 20px;
}

#about .sect ol.list li {
    list-style-position: inside;
    list-style-type: decimal;
}

#about .sect ul.list {
    margin: 10px 20px;
}

#about .about .sect {
    padding: 10px 10px;
}

#about .about ul.list {
    margin: 5px 10px 30px 30px;
}

#about .about dl {
    margin-top: 20px;
    margin-left: 10px;
}

#about .about dt {
    font-weight: bold;
}

#about .about h3.contact {
    padding: 8px 18px;
    background: #E8F9FF;
    font-size: 16px;
}

#about .about dl.contact {
    margin-left: 18px;
}

#about .job .caption {
    margin: 0 20px;
}

#about .job .faith {
    margin: 10px 10px 30px;
    padding-left: 21px;
    *padding-left: 21px;
}

#about .job .joinus {
    padding-left: 21px;
    *padding-left: 23px;
}

#about .job .job-title {
    padding: 3px 30px;
    background: #E8F9FF url(i/bg-toggle-fold.gif) no-repeat 10px -89px;
    cursor: pointer;
    zoom: 1;
}

#about .job .fold {
    background-position: 10px -89px;
}

#about .job .unfold {
    background-position: 10px 11px;;
}

#about .job .job-desc {
    display: block;
}

#about .job .job-desc p {
    margin-left: 30px;
    margin-bottom: 0;
}

#about .job .job-desc p.continue {
    margin-bottom: 20px;
}

#about .job .job-desc ul {
    margin: 5px 20px 0 45px;
    *margin-left: 47px;
}

#about .job .job-desc ol {
    margin: 5px 20px 20px 50px;
    *margin-left: 53px;
}

#about .job .job-desc ul li {
    list-style-position: outside;
    list-style-type: disc;
}

#about .job .job-desc ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

#about .job .job-desc h4 {
    font-size: 16px;
}

#about .job .job-desc h5 {
    margin-left: 30px;
}

#learn .intro {
    margin: 0 10px;
}

#learn .step {
    margin: 10px 10px 20px;
}

#learn .first {
    margin-top: 0;
}

#learn .guide {
    padding: 20px 30px;
    width: auto;
}

#learn .guide-steps {
    color: #666;
}

#learn .guide-steps li {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

#learn .guide-steps h3 {
    width: 370px;
    height: 38px;
    margin-top: 50px;
    background: url(i/bg-learn-guide-titles.gif) no-repeat 0 0;
    text-indent: -999em;
}

#learn .guide-steps h3.step1 {
    margin-top: 0;
}

#learn .guide-steps h3.step2 {
    background-position: 0 -200px;
}

#learn .guide-steps h3.step3 {
    background-position: 0 -400px;
}

#learn .guide-steps h3.step4 {
    background-position: 0 -600px;
}

#learn .guide-steps h4 {
    margin: 15px 0 10px 0;
}

#learn .guide-steps .text {
    width: 290px;
    padding-left: 50px;
    margin-top: 5px;
}

#learn .guide-steps .text img {
    display: block;
    margin-top: 10px;
}

#learn .bubble {
    position: absolute;
    top: 0;
    left: 370px;
}

#learn .bubble-top {
    width: 237px;
    padding: 20px 10px 20px 28px;
    background: url(i/bg-learn-guide-bubble.gif) no-repeat 0 0;
}

#learn .bubble-bottom {
    width: 275px;
    height: 12px;
    zoom: 1;
    overflow: hidden;
    background: url(i/bg-learn-guide-bubble.gif) no-repeat 0 -588px;
}

#learn .bubble li {
    list-style-position: inside;
    list-style-type: decimal;
}

#learn .bubble ol.buy li {
    margin-bottom: 25px;
}

#learn .bubble ol.buy li.last {
    margin-bottom: 0;
}

#learn .bubble ol.coupon li {
    margin-top: 5px;
}

#learn .bubble ol.coupon p {
    font-size: 12px;
    padding-left: 20px;
}

#learn .bubble ol.coupon p img {
    display: block;
    margin-top: 12px;
    margin-left: -18px;
}

#help .sect {
    padding-top: 16px;
}

#help .sect h3 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2em;
}

#help .sect h4 {
    margin: 25px 0 5px;
    padding-left: 10px;
    font-size: 1em;
}

#help .sect h4.first {
    margin: 0;
}

#help .sect p {
    margin: 5px 10px;
    line-height: 1.5em;
}

#help .faq .sect {
    padding: 16px 10px 10px;
    width: auto;
}

#help .faq .faqlist li {
    margin-bottom: 12px;
    padding: 10px;
    list-style-position: inside;
    list-style-type: decimal;
}

#help .faq .faqlist li.alt {
    background: #f6f6f6;
}

#help .faq .faqlist h4 {
    display: inline;
    color: #333;
}

#help .faq .faqlist p {
    margin: 8px 20px 0;
    *margin-left: 16px;
    line-height: 1.5em;
    color: #666;
}

#help .faq .paytype p {
    padding-top: 10px;
    *padding-top: 15px;
    padding-left: 140px;
}

#help .faq .paytype .alipay {
    height: 39px;
    background: url(i/alipay.gif) no-repeat 0 2px;
}

#help .faq .paytype .yeepay {
    height: 33px;
    background: url(i/yeepay.gif) no-repeat 0 2px;
}

#help .faq .paytype .chinabank {
    height: 35px;
    background: url(i/chinabank.gif) no-repeat 0 3px;
    *background-position: 0 5px;
}

#help .faq .paytype .tenpay {
    height: 35px;
    background: url(i/tenpay.jpg) no-repeat 0 3px;
    *background-position: 0 5px;
}

#help .faq .paytype .bill {
    height: 35px;
    background: url(i/99bill.gif) no-repeat 20px 2px;
}

#help .faq .faqlist p {
    margin-left: 17px;
}

/* sidebar */
#sidebar {
    float: left;
    width: 230px;
    _display: inline;
}

#sidebar h2 {
    font-size: 1.2em;
    padding-bottom: 8px;
}

#sidebar .credit {
    padding: 10px;
}

#sidebar .side-tip {
    padding: 10px 10px 10px 15px;
}

#sidebar .side-tip h3 {
    margin: 15px 0 5px;
}

#sidebar .side-tip h3.first {
    margin-top: 0;
}

#sidebar .side-tip p {
    margin: 5px 0 10px;
}

#sidebar .side-invite-tip .tip {
    padding: 4px 10px;
}

#sidebar .side-invite-tip h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#sidebar .side-invite-tip p {
    line-height: 1.5;
}

#sidebar .side-invite-tip .text {
    padding-left: 50px;
    height: 39px;
    padding-top: 7px;
    line-height: 18px;
    background: url(i/bg-deal-default-icons.gif) no-repeat 0 0;
    color: #333;
}

#sidebar .side-invite-tip .link {
    margin-top: 8px;
}

#sidebar .side-invite-tip strong {
    color: #c33;
}

#sidebar .side-invite-tip a {
    font-weight: bold;
    font-size: 12px;
}

#sidebar .side-vote-tip {
    margin-top: 20px;
}

#sidebar .side-vote-tip .tip {
    padding: 4px 13px;
}

#sidebar .side-vote-tip h2 {
    padding-top: 0;
    padding-bottom: 10px;
}

#sidebar .side-vote-tip .text {
    padding-left: 55px;
    line-height: 18px;
    background: url(i/bg-deal-default-icons.gif) no-repeat 0 -94px;
    color: #333;
}

#sidebar .side-vote-tip .text .mark {
    margin-bottom: 2px;
}

#sidebar .side-vote-tip .link {
    margin-top: 12px;
    text-align: center;
}

#sidebar .side-vote-tip .link a {
    font-weight: bold;
    font-size: 12px;
}

#side-business ul {
    margin-top: 7px;
}

#side-business li {
    margin: 0 0 3px 0;
}

#side-business li.address {
    margin-bottom: 10px;
}

#sidebar .side-others .tip {
    padding: 4px 10px;
}

#sidebar .side-others h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#sidebar .side-others p {
    line-height: 1.5;
}

#sidebar .side-others strong {
    color: #c33;
}

#sidebar .side-others a {
    font-weight: bold;
    font-size: 12px;
}

#sidebar .side-business .tip {
    padding: 4px 10px;
}

#sidebar .side-business h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#sidebar .side-business p {
    line-height: 1.5;
    font-size: 12px;
    color: #4C4C4C;
}

#sidebar .deal-consult h2 {
    font-size: 16px;
    zoom: 1;
}

#sidebar .cardcode {
    padding: 10px;
}

#sidebar .cardcode .f-input {
    display: block;
    width: 195px;
}

#sidebar .cardcode .formbutton {
    display: block;
    margin-top: 5px;
}

#sidebar .cardcode .act {
    display: none;
}

#sidebar #cardcode-link {
    background: url(i/blue_arrow.gif) no-repeat 0 5px;
    padding-left: 12px;
}

#login .side-tip h2, #signup .side-tip h2 {
    padding-bottom: 0;
}

#login .side-tip p, #signup .side-tip p {
    margin-top: 10px;
}

#maillist .side-business .tip {
    padding: 4px 10px;
}

#maillist .side-business h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#maillist .side-business p {
    line-height: 1.5;
}

#help .side-tip-help {
    padding: 10px 12px 1px;
}

#help .side-tip-help img {
    display: block;
}

#help .side-tip-help span {
    display: block;
    margin: 5px 0 15px;
    padding-left: 10px;
}

#sidebar .sbox {
    margin-top: 0px;
    margin-bottom: 15px;
}

/* deal */
#deal-share .deal-share-fix {
    float: left;
    width: 10px;
    height: 30px;
    background: url(i/bg-share-corner.gif) no-repeat 100% -50px;
}

#deal-share .deal-share-top {
    float: left;
    _display: inline;
    margin-left: 8px;
    background: url(i/bg-share-corner.gif) no-repeat 0 0;
}

#deal-share .deal-share-links {
    float: left;
    width: 453px;
    height: 23px;
    padding: 7px 0 0 20px;
}

#deal-share .deal-share-links h4 {
    float: left;
    font-weight: normal;
}

#deal-share .deal-share-links ul {
    zoom: 1;
}

#deal-share .deal-share-links li {
    float: left;
    margin-top: 2px;
    margin-left: 3px;
}

#deal-share a {
    float: left;
    dwidth: 30px;
    height: 16px;
    line-height: 16px;
    *line-height: 18px;
    padding-left: 20px;
    background: url(i/icons-share.gif) no-repeat 0 0;
    margin-right: 10px;
    color: #000;
    font-size: 12px;
    font-family: Helvetica, arial, sans-serif;
    outline: 0;
}

#deal-share a:hover {
    color: #0981be;
}

#deal-share a img {
    margin-right: 2px;
    vertical-align: -2px;
}

#deal-share .kaixin {
    background-position: 0 -40px;
}

#deal-share .renren {
    background-position: 0 -80px;
}

#deal-share .douban {
    background-position: 0 -120px;
}

#deal-share .email {
    background-position: 0 -161px;
}

#deal-share .sina {
    background-position: 0 -201px;
}

#deal-share-im-c {
    display: none;
    clear: both;
    width: 483px;
    margin-left: 8px;
}

#deal-share-im-c .deal-share-im-b {
    height: 50px;
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #2A190F;
    border-right: 1px solid #2A190F;
    background-color: #f7f7f7;
}

#deal-share-im-c .f-input {
    width: 345px;
    *width: 320;
    border: #939392 1px solid;
}

#deal-share-im-c .formbutton {
    display: none;
    display: inline;
}

#deal-intro {
    clear: both;
    border: 5px solid #372215;
    background: #EFEFEF;
}

#deal-intro .main {
    float: left;
    width: 215px;
    margin-right: 15px;
    margin-right: 8px;
    _display: inline;
    font-family: Helvetica, arial, sans-serif;
    border-right: #9CAAB7 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#deal-intro .side {
    float: left;
    width: 440px;
    margin-right: 0;
}

#deal-intro .side .deal-buy-cover-img img {
    width: 440px;
}

#deal-intro .digest {
    clear: both;
    background: url(i/bg-deal-voice-quote.gif) #DFE2E6 no-repeat 15px 10px;
    color: #666;
    border-top: #9CAAB7 1px solid;
    padding: 10px 25px 15px 80px;
    height: auto !important;
    height: 35px;
    min-height: 35px;
}

#deal-intro h1 {
    padding: 10px 15px;
    font-size: 28px;
    line-height: 1.2;
    font-family: '微软雅黑', '黑体', arial, sans-serif;
    background: #D5DADF;
    border-bottom: #9CAAB7 1px solid;
}

#deal-intro h1 span {
    font-family: arial, sans-serif;
}

#deal-intro .deal-buy {
    position: relative;
}

#deal-intro .deal-today-link {
    text-decoration: none;
}

#deal-intro .deal-price-tag {
    position: absolute;
    z-index: 1;
    left: -33px;
    width: 248px;
    height: 100px;
    padding-left: 50px;
    background: url(i/bg-deal-price.png) no-repeat 0 0;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/theme/ev56_xiutuan/css/i/bg-deal-price.png');
}

#deal-intro .deal-price {
    position: absolute;
    z-index: 2;
    left: -72px;
    width: 237px;
    height: 97px;
    line-height: 82px;
    padding-left: 50px;
}

#deal-intro .deal-price span {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 146px;
    color: #fff;
}

#deal-intro .deal-price span.deal-price-expire, #deal-intro .deal-price span.deal-price-soldout {
    padding-left: 10px;
    width: 140px;
    background: url(i/bg-deal-close-text.gif) no-repeat 0 16px;
    color: #666;
}

#deal-intro .deal-price span.deal-price-expire {
    width: 140px;
    height: 84px;
    background: url(i/bg-deal-expired-text.gif) no-repeat 6px 13px;
}

#deal-intro .deal-price span.deal-price-soldout {
    width: 140px;
    height: 84px;
    background: url(i/bg-deal-soldout-text.gif) no-repeat 6px 13px;
}

#deal-intro .deal-price strong {
    float: left;
    margin-left: 12px;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

#deal-intro .deal-price span a {
    display: block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    margin-top: 14px;
    outline: 0;
    margin-left: 5px;
}

#deal-intro .progress-pointer {
    float: left;
    zoom: 1;
    padding: 3px 0;
}

#deal-intro .progress-pointer span {
    float: left;
    width: 14px;
    height: 13px;
    background: url(i/bg-progress-pointer.gif) no-repeat 0 0;
}

#deal-intro .progress-bar {
    float: left;
    height: 17px;
    padding: 0 2px;
    width: 198px;
    background: url(i/bg-progress-bottom.gif) no-repeat left top;
}

#deal-intro .progress-left, #deal-intro .progress-right {
    float: left;
    height: 9px;
    margin-top: 3px;
    *margin-top: 3px;
    background: url(i/bg-progress-top-l.gif) no-repeat left top;
}

#deal-intro .progress-left {
    margin-left: 2px;
    _margin-left: 1px;
}

#deal-intro .progress-right {
    width: 6px;
    background-image: url(i/bg-progress-top-r.gif);
}

#deal-intro .hide {
    display: none;
}

#deal-intro .min {
    clear: both;
    float: left;
    font-weight: bold;
}

#deal-intro .max {
    float: right;
    font-weight: bold;
}

.deal-consult {
    clear: both;
    position: relative;
    font-size: 12px;
}

.deal-consult .sbox-bubble {
    position: absolute;
    top: 37px;
    left: -17px;
    width: 19px;
    height: 30px;
    background: url(i/bg-sbox-bubble.gif) no-repeat 0 0;
}

.deal-consult .nav {
    padding: 0;
    color: #399;
}

.deal-consult-tip {
    padding: 3px 10px 8px;
}

.deal-consult-tip .noconsult {
    margin: 12px 0;
    color: #60605E;
}

.deal-consult-tip .list {
    color: #626061;
    zoom: 1;
    word-break: break-all
}

.deal-consult-tip .list a {
    color: #626061;
}

.deal-consult-tip .list li {
    padding: 5px 0;
    border-bottom: 1px dashed #ABAEB1;
}

.deal-consult-tip .list .last {
    border: none;
}

.deal-consult-tip .custom-service {
    padding: 15px 15px 0 0;
    text-align: left;
    zoom: 1;
}

.deal-consult-tip .custom-service p {
    padding: 5px 0;
}

.deal-consult-tip .custom-service .time {
    font-size: 12px;
}

.deal-subscribe {
    margin-top: 0px;
    width: 210px;
}

.deal-subscribe .top {
    height: 76px;
    background: url(i/bg-deal-subscribe-t.gif) no-repeat 0 0;
}

.deal-subscribe .body {
    background: #FFF;
}

.deal-subscribe .bottom {
    height: 12px;
    background: url(i/bg-deal-subscribe-b.gif) no-repeat 0 0;
}

.deal-subscribe .text {
    margin-top: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #999;
}

.deal-subscribe .address {
    width: 100%;
}

.deal-subscribe .address td {
    vertical-align: top;
}

.deal-subscribe .f-text {
    width: 147px;
    color: #999;
    font-size: 12px;
}

.deal-discount {
    width: 100%;
    margin-top: 62px;
    border: 1px solid #9CAAB7;
    background: #fff;
    font-weight: bold;
    margin-top: 77px \9;
}

.deal-discount th, .deal-discount td {
    padding: 0 10px;
    text-align: center;
}

.deal-discount th {
    padding-top: 20px;
    font-size: 12px;
    font-weight: normal;
}

.deal-discount td {
    padding-bottom: 10px;
    font-size: 16px;
}

.deal-box {
    margin-top: 12px;
    border: 1px solid #9CAAB7;
    background: #fff;
    padding: 5px 8px;
}

.deal-timeleft {
    padding-left: 20px;
    padding-right: 24px;
    background-image: url(i/bg-deal-open.gif);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    color: #333;
}

.deal-timeleft h3 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.deal-timeleft li {
    font-weight: bold;
}

.deal-timeleft li span {
    float: left;
    width: 22px;
    font-weight: bold;
    margin-right: 4px;
    text-align: right;
    *margin-top: -1px;
    padding-right: 2px;
    *padding-right: 0;
}

.deal-off {
    background-image: none;
}

.deal-status {
    padding: 15px 8px;
    text-align: center;
}

.deal-available-tip {
    clear: both;
    font-size: 12px;
    color: #333;
}

.deal-buy-tip-top {
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.deal-buy-tip-total {
    margin-top: 0;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    color: #9E1718;
}

.deal-buy-tip-notice {
    font-size: 12px;
}

.deal-buy-ended {
    margin: 5px 0 12px;
    color: #666;
    font-size: 12px;
}

.deal-buy-ended span {
    color: #fff;
    background: url(i/bgTime.jpg) no-repeat;
    font-size: 18px;
    font-family: tahoma;
    padding: 0 5px;
}

.deal-buy-on {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.deal-buy-on img {
    position: relative;
    left: -9px;
    top: 9px;
}

.deal-buy-tip-btm {
    font-size: 12px;
}

.deal-buy-soldout {
    height: 89px;
    background: url(i/bg-sold-out.gif) no-repeat 50% 0;
}

.deal-buy-success {
    height: 89px;
    background: url(i/bg-deal-expired-success.gif) no-repeat 50% 0;
}

.deal-buy-failure {
    height: 89px;
    background: url(i/bg-deal-expired-fail.gif) no-repeat 50% 0;
}

#deal-stuff .deal-price strong {
    float: left;
    color: #fff;
    font-size: 250%;
}

#deal-stuff {
    position: relative;
    margin-top: 22px;
}

#deal-stuff .main, #deal-stuff .side {
    float: left;
    padding: 6px 21px;
}

#deal-stuff .main {
    float: none;
    padding-top: 20px;
}

#deal-stuff .side {
    width: 195px;
}

#deal-stuff h2 {
    font-size: 16px;
}

#deal-stuff .main .blk {
    margin: 7px 0 10px;
    font-size: 12px;
    line-height: 24px;
    color: #4d4d4d;
}

#deal-stuff .main .blk p {
    margin: 10px 0 15px;
}

#deal-stuff .main .detail p {
    margin: 5px 0;
}

#deal-stuff .main .detail p img {
    display: block;
    margin: 5px auto;
}

#deal-stuff .deal-detail-intro {
    margin-bottom: 30px;
}

#deal-stuff .deal-detail-intro h2 {
    margin: 0;
    font-size: 16px;
}

#deal-stuff .deal-detail-intro ul {
    margin-top: 5px;
}

#deal-stuff .deal-detail-intro li {
    list-style-position: inside;
    list-style-type: disc;
    line-height: 1.6;
}

#deal-stuff .main ul.list {
    margin: 10px 0 15px;
    padding-left: 15px;
}

#deal-stuff .main ul.list li {
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 5px;
}

#deal-stuff .main ol.list {
    margin: 10px 0 15px;
    padding-left: 18px;
    *padding-left: 23px;
}

#deal-stuff .main ol.list li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 5px;
}

#deal-stuff .main dt {
    font-weight: bold;
    margin: 10px 0 2px;
}

#deal-stuff .review ul li {
    margin-bottom: 10px;
}

#deal-stuff .review ul li span font {
    font-size: 12px;
    color: #e8690a
}

#deal-stuff .review ul span {
    display: block;
    text-align: right;
}

#deal-stuff .go-top {
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 737px;
    bottom: 0;
    width: 50px;
    font-size: 12px;
}

#deal-stuff .go-top a {
    color: #32989a;
}

#deal-stuff .go-top a:hover {
    text-decoration: none;
}

#deal-stuff .go-top .top-arrow {
    padding-right: 3px;
}

#deal-business {
    border: 2px solid #76a045;
    background: #ddedcc;
    padding: 8px;
}

#deal-buy {
    margin-bottom: 16px;
    padding-bottom: 14px;
}

#deal-buy .form-submit {
    margin: 10px 16px;
}

#deal-buy table {
    width: 100%;
}

#deal-buy h3.mobile {
    margin-top: 20px;
    padding: 0 0 4px 16px;
}

#deal-buy p.mobile {
    margin: 0;
    padding-left: 16px;
}

#deal-buy p.mobile label {
    padding-left: 5px;
}

#deal-buy .sect {
    width: auto;
    padding: 20px 20px 20px;
}

#deal-buy .input-text {
    width: 50px;
    margin-bottom: 3px;
    font-size: 140%;
    text-align: center;
}

#deal-buy .order-table th, #deal-buy .order-table td {
    padding: 10px 16px;
    text-align: center;
}

#deal-buy .order-table th {
    background: #eff8ff;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

#deal-buy .order-table td {
    border-bottom: 1px solid #EFF8FF;
}

#deal-buy .order-table .deal-buy-desc {
    width: auto;
    padding-left: 16px;
    text-align: left;
}

#deal-buy .deal-buy-quantity {
    width: 80px;
}

#deal-buy .deal-buy-multi {
    width: 15px;
}

#deal-buy .deal-buy-price {
    width: 50px;
}

#deal-buy .deal-buy-equal {
    width: 15px;
}

#deal-buy .order-table .deal-buy-total {
    width: 80px;
    padding-right: 12px;
    text-align: right;
}

#deal-buy .order-table .order-total td {
    border: none;
    color: #c33;
}

#deal-buy td.deal-buy-total {
    font-size: 20px;
}

#deal-buy .order-total .deal-buy-total {
    font-weight: bold;
}

#deal-buy h3.address {
    padding: 10px 0 10px 16px;
    background: #EFF8FF;
    color: #333;
}

#deal-buy h3.address span {
    font-weight: normal;
}

#deal-buy h3.delivery {
    margin-top: 0;
    padding: 12px 0 4px 16px;
}

#deal-buy p.address {
    margin: 10px 0 5px;
    padding-left: 16px;
}

#deal-buy .address-table {
    margin: 5px 0 5px;
}

#deal-buy .address-table th {
    width: 95px;
    vertical-align: top;
    padding: 5px 0;
    font-weight: normal;
    text-align: right;
}

#deal-buy .address-table td {
    padding: 5px;
    width: 480px;
}

#deal-buy .address-table .blk-error {
    display: none;
    width: 440px;
    border: 1px solid #f60;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0;
    padding-left: 28px;
    padding-right: 10px;
    background: #fff2e9 url(i/bg-sys-icons.gif) no-repeat 5px 5px;
}

#deal-buy .address-list {
    margin-left: 30px;
}

#deal-buy .address-zipcode {
    width: 100px;
}

#deal-buy .address-detail {
    width: 470px;
}

#deal-buy .address-name {
    width: 120px;
}

#deal-buy .address-phone {
    width: 120px;
}

#deal-buy .address-list li {
    line-height: 2;
}

#deal-buy .address-list .selected {
    background: #ffc;
}

#deal-buy .address-list label {
    padding-left: 10px;
}

#deal-buy .delivery-type {
    margin-left: 30px;
}

#deal-buy .delivery-type li {
    line-height: 2;
}

#deal-buy .delivery-type label {
    padding-left: 10px;
}

#deal-buy .delivery-comment {
    padding-left: 30px;
}

#deal-buy-update {
    font-size: 12px;
}

#deal-buy-box h2 span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

#deal-buy-form-signup {
    margin-top: 10px;
}

#deal-buy-login {
    position: absolute;
    top: 110px;
    *top: 100px;
    right: 20px;
    width: 240px;
    padding: 12px;
    background-color: #EFF8FF;
}

#deal-buy-login p {
    margin: 10px 0;
}

#deal-buy-login-form p span {
    display: inline-block;
    width: 45px;
    padding-right: 10px;
    text-align: right;
}

#deal-buy-login .f-input {
    width: 160px;
}

#deal-buy-login-tip strong {
    padding: 3px 15px;
    border: 1px solid;
    border-color: #82D0D4 #92D6D9 #54A3A7 #4D989B;
    background: #63C5C8;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

#content #deal-buy-login-form .act {
    margin-left: 55px;
    padding: 0;
}

#content #order-paytype .sect {
    padding-bottom: 24px;
}

#deal-buy .order-check-form {
    margin-top: 12px;
    border-top: 1px solid #44ACAF;
    padding-top: 20px;
}

#deal-buy .has-credit {
    border: none;
    padding-top: 0;
}

#deal-buy .order-pay-credit h3 {
    padding: 8px 16px;
    background: #EFF8FF;
    color: #333;
}

#deal-buy .order-pay-credit p {
    padding: 12px 16px;
}

.payonlinesel {
    margin-left: 40px;
    border: 1px solid #ccc;
    width: 550px;
}

#deal-buy .order-pay-credit div {
    padding: 5px 16px;
}

#deal-buy .order-pay-credit div p {
    padding: 5px 0;
}

#deal-buy .order-pay-credit div li {
    padding-left: 20px;
}

#deal-buy .order-pay-credit div strong {
    color: #000;
}

#deal-buy .choose-pay-type {
    padding-left: 16px;
}

#deal-buy .paytype h2 strong {
    color: #c00;
}

#deal-buy .paytype .check-act {
    margin-top: 32px;
    padding-left: 16px;
}

#deal-buy .paytype .typelist {
    margin-left: 16px;
}

#deal-buy .paytype .typelist li {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 640px;
}

#deal-buy .paytype .typelist input {
    float: left;
    margin-top: 15px;
}

#deal-buy .paytype .typelist label {
    float: left;
    padding-top: 12px;
    *padding-top: 15px;
    width: 420px;
    padding-left: 160px;
}

#deal-buy .paytype .typelist .alipay {
    height: 39px;
    background: url(i/alipay.gif) no-repeat 20px 2px;
}

#deal-buy .paytype .typelist .tenpay {
    height: 35px;
    background: url(i/tenpay.jpg) no-repeat 20px -5px;
    *background-position: 10px -3px;
}

#deal-buy .paytype .typelist .chinabank {
    height: 35px;
    background: url(i/bank_small.gif) no-repeat 20px 3px;
    *background-position: 10px -3px;
}

#deal-buy .paytype .typelist .other {
    height: 35px;
    background: url(i/bank_t_small.gif) no-repeat 20px 3px;
    *background-position: 10px -3px;
}

#deal-buy .paytype .bill {
    height: 35px;
    background: url(i/99bill.gif) no-repeat 20px 2px;
}

#deal-buy .paytype .mobile {
    margin: 10px;
}

#deal-buy .paytype .address {
    padding-left: 16px;
}

#deal-buy .paytype .address span {
    color: #666;
}

#deal-buy .gotopay {
    padding: 10px 1.5em;
    font-size: 16px;
}

#deal-buy .back-to-check {
    margin-top: 20px;
}

#order-pay .total-money {
    color: #c33;
}

#order-pay-return .sect {
    padding: 20px 50px 50px;
    width: auto;
}

#order-pay-return h3.mobile {
    margin: 20px 0 10px;
    font-size: 18px;
}

#order-pay-return p.mobile .f-text {
    width: 150px;
    font-size: 12px;
    color: #666;
}

#order-pay-return .info {
    margin-left: 32px;
    font-size: 18px;
    font-weight: bold;
}

#order-pay-return .info .delta {
    color: #c33;
}

#order-pay-return .coupon-tip {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 6px;
}

#order-pay-return .coupon-tip-title {
    margin-top: 10px;
    margin-left: 25px;
}

#order-pay-return .coupon-tip-title p {
    color: #666;
    font-size: 12px;
}

#order-pay-return .coupon-tip-list {
    margin-top: 10px;
    padding: 15px 25px 5px;
    background: #fff;
}

#order-pay-return .coupon-tip-list h5 {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

#order-pay-return .coupon-tip-list ol {
    margin-top: 15px;
}

#order-pay-return .coupon-tip-list li {
    margin-bottom: 10px;
    list-style-position: inside;
    list-style-type: decimal;
}

#order-pay-return .coupon-tip-list p {
    font-size: 12px;
    padding-left: 20px;
    *padding-left: 16px;
    color: #666;
}

#order-pay-return .coupon-tip-list a {
    text-decoration: underline;
}

#order-pay-return .invite {
    width: 596px;
    margin-top: 30px;
}

#order-pay-return .invite h3 {
    font-size: 18px;
}

#order-pay-return .invite p {
    line-height: 2;
    *line-height: 1.5;
}

#order-pay-return .invite .top {
    height: 17px;
    background: url(i/bg-pay-return-box.gif) no-repeat 0 0;
}

#order-pay-return .invite .content {
    padding: 0 32px;
    background: #BCDDEE;
}

#order-pay-return .invite .bottom {
    height: 17px;
    background: url(i/bg-pay-return-box.gif) no-repeat 0 -18px;
}

#order-pay-return .invite .f-text {
    width: 375px;
}

#order-pay-return .invite .formbutton {
    display: none;
    *display: inline;
}

#order-pay-return .wait {
    padding: 15px 25px;
}

#order-pay-return .wait label {
    display: block;
    padding-bottom: 5px;
    color: #666;
    font-weight: bold;
}

#order-pay-return .wait p.mobile .f-text {
    width: 185px;
}

#order-pay-return .error-tip {
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
}

#order-pay-dialog .bd {
    padding: 1px;
    background: #fff;
}

#order-pay-dialog h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: url(i/bg_order_h3.gif) #D5DADF repeat-x left bottom;
    text-align: left;
    border-bottom: #fff 1px solid;
}

#order-pay-dialog h3 span {
    float: right;
}

#order-pay-dialog .close {
    float: right;
    width: 35px;
    padding-right: 20px;
    background: url(i/bg-newbie-close.gif) no-repeat 100% 50%;
    *background-position: 100% 45%;
    color: #2f2f2f;
    cursor: pointer;
    font-weight: normal;
}

#order-pay-dialog .info {
    margin: 20px 15px 20px;
    min-height: 56px;
    padding-left: 70px;
    background: url(i/bg-sys-icon-info.gif) no-repeat 0 0;
    font-size: 16px;
    font-family: '黑体', arial, sans-serif;
    display: block;
}

#order-pay-dialog .notice {
    padding-left: 35px;
    margin: 5px 0;
}

#order-pay-dialog .notice input {
    width: 180px;
}

#order-pay-dialog .act {
    margin: 15px 35px 20px;
}

#order-pay-dialog .retry {
    margin: 10px 35px 20px;
}

#referrals h3.succlist {
    margin: 0 10px 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #daeaca;
    font-size: 1.2em;
}

#content p.notice-total {
    background: #fffbcc;
    border: 1px solid #ffec19;
    margin: 0 10px 10px;
    padding: 10px;
}

#content p.notice-total strong {
    color: #c33;
}

#referrals .coupons-table {
    margin-top: 0;
}

#referrals .intro {
    margin: 0 10px;
}

#referrals .login {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
}

#referrals .referrals-side .invalid {
    margin: 5px 0 10px;
    padding-left: 15px;
}

#referrals .referrals-side .invalid li {
    list-style-position: outside;
    list-style-type: disc;
}

#referrals .box {
    position: relative;
    z-index: 1;
}

#referrals .refers .islogin {
    padding-bottom: 1px;
}

#referrals .coupons-table th, #referrals .coupons-table td {
    text-align: center;
}

#referrals .refer-box {
    margin-top: 25px;
    width: 497px;
}

#referrals .refer-box-content {
    padding: 0 31px;
    background: #FFFAD6;
}

#referrals .refer-box-bottom {
    height: 20px;
    background: url(i/bg-referrals-box.gif) no-repeat 0 -61px;
}

#referrals .share-links {
    margin: 10px 10px 20px;
}

#referrals .share-links a {
    margin-right: 10px;
}

#referrals .refer-box .share-list {
    margin-top: 20px;
    margin-left: 10px;
}

#referrals .share-list li {
    float: left;
    margin: 4px 0;
    font-size: 14px;
}

#referrals .share-list .logo {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-right: 5px;
}

#referrals .share-list .formbutton {
    *display: inline;
    font-size: 14px;
}

#referrals .share-list .im {
    float: left;
    width: 500px;
    font-size: 14px;
}

#referrals .share-list .link {
    float: left;
    width: 145px;
    height: 50px;
    line-height: 50px;
}

#referrals .share-list .link a {
    font-weight: bold;
    text-decoration: underline;
}

#referrals .nodeal {
    margin-top: 10px;
}

#referrals .nodeal li {
    margin: 10px 0;
}

#referrals .nodeal .link {
    width: 500px;
}

#referrals .deal-info {
    width: 100%;
    background: #fff;
}

#referrals .deal-info td {
    width: 150px;
    padding: 10px 10px;
    vertical-align: middle;
}

#referrals .deal-info .pic a {
    margin: 0;
}

#referrals .deal-info .pic img {
    display: block;
}

#referrals .deal-info .deal-title {
    width: 240px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}

/* subscribe */
.subscribe_box {
    margin: 15px 10px 15px 20px;
}

.subscribe_box h3 {
    font-size: 14px;
    margin: 10px 0 5px 0;
    color: #333;
}

.subscribe_box p {
    font-size: 12px;
}

.subscribe_form {
    width: 660px;
    margin-bottom: 25px;
}

.subscribe_form_t {
    height: 8px;
    background: url(images/bg_subscribe_form.gif) no-repeat 0 0;
    overflow: hidden;
}

.subscribe_form_b {
    height: 8px;
    background: url(images/bg_subscribe_form.gif) no-repeat 0 -8px;
    overflow: hidden;
}

.subscribe_form_c {
    height: 80px;
    background: #FFF4D5;
    border-left: #D9C5AA 1px solid;
    border-right: #D9C5AA 1px solid;
    padding: 15px 20px;
    font-size: 12px;
}

.subscribe_form_c p {
    padding-top: 5px;
}

.link_mail img {
    margin-right: 15px;
}

.consult-hd {
    float: left;
    width: 702px;
    _display: inline;
    margin-left: 8px;
    margin-right: 16px;
}

.consult-bd {
    float: left;
    margin-top: 25px;
}

.deal-info {
    clear: both;
    border: 2px solid #2A190F;
    background: #fff;
}

.deal-info table {
    width: 100%;
}

.deal-info .link {
    padding: 22px 20px 25px 25px;
    vertical-align: top;
}

.deal-info .link h2 {
    margin-top: 3px;
    font-size: 22px;
}

dd.deal-info .link h2 span {
    font-family: arial, sans-serif;
}

.deal-info .buy {
    width: 235px;
    vertical-align: middle;
    padding: 25px 0;
    background: #efefef url(i/bg-consult-deal-buy.gif) no-repeat 100% 52%;
}

.deal-info .buy a {
    float: right;
    width: 185px;
    height: 85px;
    text-indent: -9999px;
}

.consult-list {
    width: auto;
}

.consult-list .item {
    margin: 0 0 23px 0;
    padding: 10px 22px 20px;
}

.consult-list .alt .item {
    background: #f6f6f6;
}

.consult-list .item a {
    color: #666;
}

.consult-list .item a:hover {
    color: #666;
}

.consult-list .user {
    font-size: 12px;
    color: #999;
}

.consult-list .user strong {
    float: left;
    width: 300px;
}

.consult-list .user span {
    float: right;
    width: 200px;
    text-align: right;
}

.consult-list .item .clear {
    height: 20px;
    overflow: hidden;
    *height: 0;
}

.consult-list .text {
    clear: both;
    margin-top: 8px;
}

.consult-list .reply {
    margin-top: 8px;
    color: #CB3234;
}

.consult-form {
    padding: 15px;
    padding-bottom: 30px;
}

.consult-form h3 {
    margin-bottom: 10px;
}

.consult-form .f-textarea {
    width: 640px;
    height: 100px;
}

.mar20r {
    margin-right: 20px;
    margin-top: 10px;
}

#maillist .sect {
    padding: 10px 23px 22px;
    width: auto;
    height: 277px;
}

#maillist .enter-address {
    margin-top: 20px;
    padding: 15px 20px 30px;
    background: #FDFEEE;
    border: 1px solid #F3D3C4;
}

#maillist .intro {
    margin-top: 30px;
}

#maillist .enter-address-c {
    float: left;
    margin-top: 22px;
    font-size: 12px;
}

#maillist .enter-address-c label {
    display: block;
    padding-bottom: 5px;
}

#maillist .enter-address-c .mail {
    float: left;
    width: 310px;
}

#maillist .enter-address-c .f-mail {
    width: 250px;
}

#maillist .enter-address-c .city {
    float: left;
    width: 300px;
}

#maillist .enter-address-c .f-city {
    width: 175px;
}

#maillist .enter-address-c .f-cityname {
    width: 175px;
}

#maillist .enter-address-c span.tip {
    display: block;
    padding-top: 5px;
    color: #7C7A7D;
}

#maillist .side-pic p {
    line-height: 1;
    padding-bottom: 10px;
}

#maillist .succ {
    padding: 10px 0;
}

#maillist .unsubscribe {
    margin-top: 20px;
}

#maillist .unsubscribe label {
    display: block;
}

#maillist .welcome-notice {
    padding: 0;
}

#maillist .welcome-title {
    color: #c33;
    font-size: 16px;
    font-weight: bold;
}

#maillist .recent-title {
    margin-top: 25px;
}

#maillist .recent-title h2 {
    font-size: 2em;
}

#maillist .welcome .sect {
    height: auto;
}

#maillist .welcome .deals-list {
    margin-top: 15px;
}

#maillist .welcome .deals-list li {
    clear: both;
}

#maillist .welcome .deals-list li.last {
    padding-top: 30px;
    zoom: 1;
}

#maillist .welcome .pic {
    float: left;
    width: 215px;
    margin-right: 18px;
    _display: inline;
}

#maillist .welcome .info {
    float: left;
    width: 410px;
}

#maillist .welcome .price {
    margin-top: 10px;
    *margin-top: 6px;
    padding: 5px 15px;
    background: #E1F4FA;
    font-size: 12px;
}

#maillist .welcome .price strong {
    font-size: 14px;
}

#maillist .welcome .price strong.count {
    font-size: 16px;
}

#maillist .welcome .price strong.count .number {
    font-size: 20px;
    color: #c33;
}

#maillist .welcome .detail {
    margin-top: 8px;
    color: #666;
    font-size: 12px;
}

#recent-deals .sect {
    width: auto;
    padding: 20px 20px 40px;
}

#recent-deals .deals-list li {
    float: left;
    width: 318px;
    height: 258px;
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
}

#recent-deals .deals-list li.first {
    height: 238px;
}

#recent-deals .deals-list li.alt {
    padding-left: 20px;
    border-right: none;
}

#recent-deals .deals-list .time {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

#recent-deals .deals-list .first .time {
    margin-top: 0;
}

#recent-deals .deals-list h4 {
    margin-top: 5px;
    height: 42px;
    padding-right: 10px;
    font-weight: normal;
    overflow: hidden;
    line-height: 20px;
}

#recent-deals .deals-list h4 a {
    color: #666;
}

#recent-deals .pic {
    position: relative;
    z-index: 1;
    float: left;
    width: 200px;
    height: 121px;
    margin: 8px 0 20px;
    _display: inline;
}

#recent-deals .pic .soldout {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    _bottom: -1px;
    width: 122px;
    height: 69px;
    background: url(i/bg-deals-default-soldout.png) no-repeat 0 0;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../static/theme/ev56_xiutuan/css/i/bg-deals-default-soldout.png');
}

#recent-deals .pic .soldoutlink {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 122px;
    height: 69px;
    outline: 0;
    text-indent: -999em;
}

#recent-deals .pic .isopen {
    position: absolute;
    z-index: 1;
    right: -13px;
    bottom: -7px;
    width: 65px;
    height: 65px;
    background: url(i/bg-deals-default-isopen.png) no-repeat 0 0;
    _background: transparent;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../static/theme/ev56_xiutuan/css/i/bg-deals-default-isopen.png');
}

#recent-deals .pic .isopenlink {
    display: block;
    position: absolute;
    z-index: 2;
    right: -13px;
    bottom: -7px;
    width: 65px;
    height: 65px;
    outline: 0;
    text-indent: -999em;
}

#recent-deals .pic img {
    display: block;
}

#recent-deals .info {
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    width: 100px;
    color: #666;
    font-size: 12px;
    margin-bottom: 20px;
}

#recent-deals .total strong {
    color: #c33;
    font-size: 20px;
}

#recent-deals .price {
    margin-top: 10px;
    *margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
}

#recent-deals .price strong {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#recent-deals .price strong.discount {
    font-size: 14px;
    font-weight: bold;
    color: #c33;
}

#recent-deals .price strong.old {
    text-decoration: line-through;
}

#recent-deals .detail {
    margin-top: 8px;
    color: #666;
    font-size: 12px;
}

#recent-deals .deal-subscribe {
    margin-top: 0;
}

#verify-coupon-id {
    cursor: pointer;
}

/* order view detail */
#order-detail .sect {
    padding: 26px 20px 50px;
    width: auto;
}

#order-detail .data-table th, #order-detail .data-table td {
    padding: 8px 0 8px 10px;
    vertical-align: top;
}

#order-detail .data-table th {
    width: 75px;
    padding-left: 15px;
}

#order-detail .data-table td {
    padding-left: 0;
    color: #666;
}

#order-detail .data-table td.orderid {
    padding-right: 5px;
    color: #c33;
}

#order-detail .data-table .other-coupon {
    color: #c33;
}

#order-detail .info-table {
    margin: 13px 0 28px;
    width: 100%;
}

#order-detail .info-table th, #order-detail .info-table td {
    padding: 7px 10px;
    text-align: center;
}

#order-detail .info-table th {
    background: #e6f9fa;
    border-bottom: 3px solid #fff;
}

#order-detail .info-table td {
    background: #f6f6f6;
}

#order-detail .info-table .left {
    padding-left: 15px;
    text-align: left;
}

#order-detail .info-table .total {
    color: #c33;
}

#order-detail .info-table .status {
    color: #c33;
}

/* account charge */
#account-charge .charge {
    margin: 0 10px;
}

#account-charge .number {
    margin-top: 10px;
}

#account-charge .number .f-text {
    width: 150px;
}

#account-charge .tip {
    height: 20px;
    color: #349835;
}

#account-charge .choose {
    padding-top: 5px;
}

#account-charge .choose-pay-type {
    padding-left: 0;
}

#account-charge .typelist {
    margin-left: 0;
}

#account-charge .typelist li {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 640px;
}

#account-charge .typelist input {
    float: left;
    margin-top: 15px;
}

#account-charge .typelist label {
    float: left;
    padding-top: 12px;
    *padding-top: 15px;
    width: 420px;
    padding-left: 160px;
}

#account-charge .typelist .alipay {
    height: 39px;
    background: url(i/alipay.gif) no-repeat 20px 2px;
}

#account-charge .typelist .yeepay {
    height: 39px;
    background: url(i/yeepay.gif) no-repeat 20px 2px;
}

#account-charge .typelist .bill {
    height: 39px;
    background: url(i/99bill.gif) no-repeat 20px 2px;
}

#account-charge .typelist .tenpay {
    height: 39px;
    background: url(i/tenpay.jpg) no-repeat 20px -1px;
}

#account-charge .typelist .sdopay {
    height: 39px;
    background: url(i/sdopay.png) no-repeat 20px -1px;
}

#account-charge .typelist .cmpay {
    height: 39px;
    background: url(i/cmpay.jpg) no-repeat 20px -1px;
}

#account-charge .typelist .chinabank {
    height: 35px;
    background: url(i/chinabank.gif) no-repeat 20px 3px;
    *background-position: 20px 5px;
}

#account-charge .commit {
    margin-top: 30px;
}

/* image rotate */
#team_images {
    width: 440px;
    margin-bottom: 0px;
    height: 360px;
    overflow: hidden;
    padding-top: 15px;
}

#team_images ul {
    list-style: none;
}

#team_images a {
    outline: none;
    cursor: pointer;
}

#team_images .mid {
    width: 440px;
    padding: 0;
    position: relative;
}

#team_images .mid ul {
    width: 440px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

#team_images .mid ul li {
    width: 440px;
    height: 350px;
    position: absolute;
    left: 440px;
    top: 0;
}

#team_images .mid ul .first {
    left: 0;
}

#team_images #img_list {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#team_images #img_list a {
    display: block;
    float: left;
    margin: 2px 0 0 4px;
    border: solid 1px #333;
    line-height: 20px;
    padding: 0 5px;
    background: #fff;
    color: #000;
}

#team_images #img_list a.active {
    line-height: 24px;
    padding: 0 7px;
    border-color: #ff6600;
    font-weight: bold;
    margin-top: 0;
    color: #ff6600;
}

/* end */

/*dialog*/
#dialog {
    position: absolute;
    z-index: 9999;
    border: 5px solid #CCC;
    display: none;
}

#dialog .f-input {
    border: #939392 1px solid;
}

#pagemarker {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    opacity:;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

/*end*/

/*validator*/
span.errorTip {
    margin-left: 4px;
    font-size: 12px;
    color: #C00;
}

div.errorTip {
    font-size: 12px;
    color: #C00;
}

div.validTip, span.validTip {
    font-size: 12px;
    display: none;
}

span.require {
    color: #C00;
    font-weight: bold;
}

.noerror .errorTip, .noerror .validTip {
    display: none;
}

.errorInput {
    background-color: #FFCC33;
}

/* sms */
a.sms {
    cursor: pointer;
    font-size: 12px;
    color: #9D9590;
}

/* color_size */
#color_size_area input {
    text-align: center;
}

.cs_create {
    border: 1px solid #A3DCEF;
    width: 480px;
    margin-left: 110px;
    padding: 3px;
    display: none;
}

.cs_edit {
    border: 1px solid #A3DCEF;
    width: 480px;
    margin-left: 110px;
    padding: 3px;
}

#content .box-content .head .cur {
    background-color: #666666;
    padding: 3px 10px;
    color: #FFFFFF;
}

.value_help ul {
    margin: 10px 0;
    padding-left: 30px;
    list-style: disc inside;
}

.value_help ol {
    margin: 10px 0;
    padding-left: 30px;
    list-style: decimal inside;
}

.value_help blockquote {
    margin: 10px 30px;
    font-size: 12px;
}

.value_help ul li {
    list-style: disc outside;
}

.value_help ol li {
    list-style: decimal outside;
}

/* new style */
#tel {
    position: absolute;
    width: 220px;
    height: 36px;
    background: url(i/bg_tel_line.gif) no-repeat right center;
    top: 35px;
    right: 300px;
}

#tel .telimg {
    margin-bottom: 10px;
}

.bgG {
    background: #E2E4E7 !important;
}

.bginvite {
    background: url(i/bginvite.jpg) #DADADA repeat-x;
    font-size: 12px;
}

.rpic {
    margin-top: 10px;
    width: 207px;
    height: 125px;
}

.linkG {
    color: #9D9590;
}

.sinfo {
    padding-left: 60px;
    height: 50px;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
}

.sinfo strong {
    color: #f00;
}

.sinfo h3 {
    font-size: 18px;
    font-family: SimHei;
    font-weight: normal;
}

#deal-status {
    height: auto !important;
    height: 82px;
    min-height: 82px;
}

#deal-status .s2 {
    background: url(i/buyStatus.jpg) no-repeat 0 -100px;
}

#deal-status .s1 {
    background: url(i/buyStatus.jpg) no-repeat 0 -50px;
}

#deal-status .s3 {
    background: url(i/buyStatus.jpg) no-repeat 0 0;
    color: #3e3e3e;
}

.a12 {
    font-size: 12px;
}

.sizebg {
    width: 260px;
    float: left;
    padding: 15px;
    overflow: hidden;
}

.size dl {
    width: 250px;
    clear: both;
    display: block;
    padding-bottom: 6px;
    *zoom: 1;
}

.size dl:after {
    display: block;
    clear: both;
    content: '\0020';
    height: 0;
    visibility: hidden;
}

.size dt {
    width: 56px;
    float: left;
    line-height: 25px;
    color: #333;
}

.size dd {
    width: 190px;
    float: left;
}

.size dd a.sizelist {
    float: left;
    border: 1px #c9c8ce solid;
    padding: 1px 0px;
    margin-right: 12px;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    margin-bottom: 5px;
    white-space: nowrap;
}

.size dd a.sizelist span {
    padding: 0px 6px;
}

.size dd a.sizelist:hover {
    border: 1px #ff6701 solid;
}

.size dd a.checked {
    background: url(http://images.xiu.com/image2/2009/goods/display/images/detail/ok.gif) #fff no-repeat right bottom;
    border: 1px #ff6701 solid;
}

.poswin {
    width: 290px;
    top: 300px !important;
    _top: 303px;
    left: 409px !important;
+ margin-left: - 5 px;
    background: #D00808;
    height: auto;
    border: #DDD 5px solid;
    position: absolute;
    font-size: 12px;
    z-index: 999;
    padding: 2px
}

.poswin a, .poswin a:hover {
    text-decoration: none;
}

.poswin h3 {
    height: 32px;
    line-height: 32px;
    background: #FDF2F2;
    border-bottom: #D00808 1px solid;
    margin: 0;
    padding: 0;
    font-size: 12px;
    *zoom: 1;
}

.poswin h3 span {
    width: 75%;
    height: 22px;
    float: left;
    display: block;
    padding-left: 8px;
}

.poswin h3 a {
    float: right;
    width: 45px;
    height: 22px;
    overflow: hidden;
    display: block;
    font-weight: normal;
    background: url(images/close.jpg) no-repeat right 8px;
    margin-right: 10px;
}

.poswin h3 a:link, .poswin h3 a:visited {
    color: #5B5B5B;
    text-decoration: none;
}

.poswin h3 a:hover {
    color: #F17700;
    text-decoration: none;
}

#goods_area_buy {
    background: #FFF;
}

.tc {
    text-align: center;
    margin: 5px 0;
}

.hit_error {
    color: #c00;
    padding-left: 5px;
    font-size: 12px;
}

.showlist {
    margin-top: 20px;
}

#info_a {
    clear: both;
    height: 20px;
}

#sidebar .side-business p.ora {
    font-weight: bold;
    color: #E8690A;
    font-size: 14px;
}

#rbuy {
    font-size: 12px;
    padding: 5px 0;
}

#rbuy span, #rbuy strong {
    font-weight: bold;
    color: #A40000;
    font-family: arial;
    font-size: 18px;
}

#rbuy span {
    padding-left: 15px;
    background: url(i/rmb.gif) no-repeat 0 50%;
}

#rbuy img {
    margin-bottom: -10px;
    margin-left: 12px;
}

.rbox1 li span img {
    margin-bottom: -4px;
    *margin-bottom: -8px;
}

a.linkO1:link, a.linkO1:visited {
    color: #E44C27;
    text-decoration: underline
}

a.linkO1:hover, a.linkO1:active {
    color: #F17700;
}

/* lottery */
.lottery {
    border: #BEC0C0 1px solid;
    width: 948px;
    margin: 0 auto;
}

.lottery h2 {
    background: url(images/bg_team_h2.jpg) repeat-x 0 0;
    height: 38px;
    padding-left: 12px;
    padding-top: 15px;
}

.lottery h2 span {
    font-size: 14px;
    float: right;
    padding-right: 15px;
    margin-top: 0;
    margin-top: -20px \9;
}

.lottery h2 span a {
    color: #E44C27;
    text-decoration: underline;
}

.lottery_con {
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
}

.lottery_setp {
    width: 535px;
    height: 32px;
    margin: 0 auto;
}

.s01 {
    background: url(images/bg_step.gif) no-repeat 0 0;
}

.s02 {
    background: url(images/bg_step.gif) no-repeat 0 -32px;
}

.lottery_setp li {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding-left: 15px;
    float: left;
    height: 32px;
    line-height: 32px;
}

.s01 .sli1 {
    color: #fff;
}

.s02 .sli2 {
    color: #fff;
}

.lottery_setp .sli1 {
    width: 153px;
}

.lottery_setp .sli2 {
    width: 133px;
}

.lottery_setp .sli3 {
    width: 204px;
}

.box630 {
    width: 630px;
    margin: 15px auto;
}

.box630 p {
    padding-left: 50px;
}

.box630 .inputl {
    border: #BEC0C0 1px solid;
    width: 330px;
    height: 20px;
}

a.link_ora2:link, a.link_ora2:visited {
    color: #E44C27;
    text-decoration: underline;
}

a.link_ora2:hover, a.link_ora2:active {
    color: #F17700;
}

.lottery2 {
    width: 950px;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 15px;
}

.lottery2_t {
    height: 15px;
    background: url(images/bglottery.gif) no-repeat 0 0;
    clear: both;
    margin-top: 20px;
}

.lottery2_b {
    height: 15px;
    background: url(images/bglottery.gif) no-repeat 0 -15px;
}

.lottery2_c {
    background: url(images/bglotteryC.gif) repeat-y;
    padding: 0 18px 10px 18px;
}

.yournum {
    padding-top: 10px;
    width: 670px;
}

.yournum table {
    border-collapse: collapse;
    margin-top: 10px;
}

.yournum td, .yournum th {
    height: 32px;
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
}

.yournum th {
    background: #E3E3E3;
    font: bold;
    color: #000;
}

.yournum2 {
    width: 60px;
    height: 40px;
    background: url(images/your_num.gif) no-repeat;
    font-family: arial;
    font-size: 18px;
    color: #E44C27;
    padding-left: 190px;
    line-height: 40px;
}

.lotterynum {
    font-weight: bold;
    font-size: 16px;
}

.zjl {
    font-weight: bold;
    font-size: 20px;
    color: #f60;
    margin: 30px 0 10px 0
}

/*brands css*/
.pop_brand {
    height: 34px;
    width: 950px;
    margin: 3px auto 0 auto;
    background: url(images/bg_pop_brand.jpg) repeat-x 0 -34px;
    *zoom: 1;
}

.pop_brand:after {
    display: block;
    clear: both;
    content: '\0020';
    visibility: hidden;
    line-height: 0;
}

.pop_brand .l1, .pop_brand .r1 {
    display: block;
    width: 12px;
    height: 34px;
}

.pop_brand .l1 {
    float: left;
    background: url(images/bg_pop_brand.jpg) repeat-x 0 0;
}

.pop_brand .r1 {
    float: right;
    background: url(images/bg_pop_brand.jpg) repeat-x 0 -68px;
}

.pop_brand .c_pop {
    float: left;
    height: 34px;
    width: 900px;
    overflow: hidden;
    line-height: 34px;
    padding-left: 0px;
}

.pop_brand .c_pop a {
    color: #595959;
}

.pop_brand .c_pop a:hover {
    color: #f17700;
}

/*delivery css */
.submit_sec {
    float: left;
    height: 90px;
    width: 265px;
    text-align: right;
    margin-right: 35px;
}

.remark {
    width: 500px;
    text-align: center;
    clear: both;
    margin: auto;
}

.suc {
    font-size: 16px;
    float: left
}

/**秀团改版**/
/*top*/
.xit_top {
    width: 990px;
    height90px;
    margin: 0 auto;
}

.xit_logo {
    display: block;
    float: left;
    margin-top: 25px;
}

.xit_banner {
    display: block;
    margin-left: 4px;
    float: left;
}

.xit_zxkf {
    float: right;
    padding-top: 17px;
    text-align: right;
}

.xit_kefu1 {
    color: #000000;
}

.xit_dianhua {
    font-size: 16px;
    font-weight: bold;
    color: #d00500;
}

.xit_text {
    width: 170px;
    height: 22px;
    border: 1px solid #b4b4b4;
    border-right: 0px;
    font-size: 12px;
    line-height: 22px;
    padding-left: 3px;
    color: #898989;
    margin-top: 9px;
    vertical-align: top;
    *vertical-align: text-bottom;
    _vertical-align: text-bottom;
    cursor: pointer;
}

.xit_butn {
    background: url(i/nsearch.png) no-repeat;
    width: 57px;
    height: 25px;
    *height: 26px;
    _height: 26px;
    cursor: pointer;
    border: 0px;
    vertical-align: top;
    *vertical-align: text-bottom;
    _vertical-align: text-bottom;
    margin-top: 9px;
    text-indent: -999px;
}

.xit_tuiding {
    padding-top: 9px;
    text-align: left;
    margin: 0px;
}

.xit_tuiding a {
    padding: 0 10px 0 0px;
}

.xit_tuiding a.xit_td {
    color: #838383;
    padding: 0 10px
}

/*menu*/
.xit_menu {
    width: 100%;
    background: url(../img/nav_bg.gif) repeat-x;
    height: 40px;
}

.xit_menu_daohang {
    width: 990px;
    height: 40px;
    margin: 0 auto;
}

.xit_menu_daohang ul {
    float: left;
    clear: both;
    height: 40px;
}

.xit_menu_daohang ul li {
    float: left;
    list-style: none;
}

.xit_menu_daohang ul li a {
    display: block;
    height: 40px;
    width: 78px;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px
}

.xit_menu_daohang ul li a:hover {
    text-decoration: none;
    color: #276FC6;
    background: url(../img/nav.gif) no-repeat top right;
}

.xit_menu_daohang ul .current a {
    background: url(../img/nav.gif) no-repeat top right;
    color: #276FC6;
}

.xit_menu_daohang ul a span {
    float: left;
    display: block;
    height: 25px;
    padding-right: 15px;
}

.xit_menu_daohang ul .current span {
    background: url(../img/nav.gif) no-repeat top left;
}

.xit_menu_daohang ul a:hover span {
    background: url(../img/nav.gif) no-repeat top left;
}

.xit_liwu {
    position: relative;
    z-index: 9990;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    position: relative;
}

.xit_liwu span a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: underline;
}

.xit_liwu span a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #FFF;
}

.xit_liwu a {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 15px;
    text-decoration: none;
}

.xit_liwu a:hover {
    text-decoration: underline;
    color: #FFF;
}

#xit_uldingwei {

    float: right;
    *left: 30px;
    position: absolute;
    top: 40px;
    margin-left: 0px;
    width: 130px;
    display: none;

}

#xit_uldingwei ul li {
    list-style: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
}

#xit_uldingwei ul li a {
    width: 130px;
    border-bottom: 1px solid #8d8c8c;
    height: 30px;
    display: block;
    background: #a8a5a5;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

#xit_uldingwei ul li a:hover {
    background: #cd0000;
    color: #fff;
    text-decoration: none;
}

.xit_liwu span {
    float: left;
}

.xit_wdexiut {
    float: right;
}

.xit_liwu .xit_wdexiut a {
    display: block;
    float: left;
    width: 80px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
}

.xit_liwu .xit_tuichu a {
    text-decoration: none;
    font-size: 14px;
}

.xit_liwu .xit_tuichu a:hover {
    text-decoration: underline;
}

/*fenlei*/
.xit_fenlei {
    padding: 8px 0;
    width: 948px;
    height: auto;
    border: 1px solid #d1d1d1;
    margin: 0 auto;
    background: #f8f8f8 url(../img/xit_fenlei.jpg) bottom no-repeat;
    display: table;
}

.xit_plei {
    float: left;
    width: 48px;
    background: url(../img/xit_jiantou.jpg) no-repeat right;
}

.xit_dingwei {
    white-space: nowrap;
    float: left;
    width: 820px;
    padding-right: 0px;
    margin-left: 3px;
}

.xit_pingpai {
    overflow: hidden;
    width: 943px;
    clear: both;
    padding-left: 5px;
}

.xit_pingpai ul li {
    float: left;
    text-align: centerh;
    line-height: 15px;
    padding-bottom: 5px;
}

.xit_pingpai ul .current {
    background: #D3070A;
    color: #FFFFFF;
    padding: 2px 5px 1px 5px;
}

.xit_pingpai ul li a {
    margin-left: 5px;
    padding: 2px 5px 1px 5px;
    display: block;
    line-height: 15px;
}

.xit_pingpai ul li .current {
    background: #D3070A;
    color: #FFFFFF;
}

.xit_pingpai ul li .current font {
    color: #FFFFFF;
}

.xit_pingpai ul li a:hover {
    background: #D3070A;
    color: #FFFFFF;
    padding: 2px 5px 1px 5px;
    text-decoration: none;
}

.xit_pingpai ul li a:hover font {
    color: #FFFFFF;
}

.xit_pinsp {
    height: 18px;
}

.xit_pingpai span {
    padding-left: 10px;
    cursor: pointer;
    background: url(../img/xt_min_btn.gif) no-repeat;
}

#check-all {
    background-position: 0px 4px;
}

#close-all {
    background-position: 0px -22px;
}

#check-all:hover {
    color: #D3070A;
    background-position: 0px -41px;
}

#close-all:hover {
    color: #D3070A;
    background-position: 0px -67px;
}

/*banner*/
.xit_dabanner {
    width: 950px;
    height: auto;
    margin: 5px auto;
}

#ifocus2 {
    width: 950px;
    height: 160px;
}

#www_zzjs_net {
    display: inline;
    position: relative;
    float: left;
    width: 950px;
    height: 160px;
    overflow: hidden;
}

#ifocus_piclist2 {
    position: absolute;
}

#ifocus_piclist2 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#ifocus_piclist2 li {
    width: 950px;
    height: 160px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    *margin-bottom: -2px;
    _margin-bottom: -2px;
}

#ifocus_piclist2 img {
    width: 950px;
    height: 160px;
    border: 0px;
}

#ifocus_btn2 {
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #a25897;
}

#ifocus_btn2 .zzjs_net li {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-left: 3px;
    text-align: center;
    color: #d00808;
    cursor: pointer;
    border: 1px solid #d00808;
    background: #fff;
}

#ifocus_btn2 .zzjs_net li.current1 {

    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-left: 3px;

    color: #fff;
    cursor: pointer;
    border: 1px solid #d00808;
    background: #d00808;
}

#ifocus_btn2 .bg {
    z-index: 1;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 45px;
    height: 16px;
}

#ifocus_btn2 .bg li {
    float: left;
    display: inline;
    width: 14px;
    height: 16px;
    line-height: 16px;
    margin-left: 3px;
    background-color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #ffffff;
    font-size: 0;
    text-align: center;
    color: #595959;
    font-size: 0;
}

/*shecipin*/
.xit_title {
    width: 950px;
    height: 35px;
    margin: 10px auto auto auto;
    background: url(../img/xit_title.jpg) repeat-x;
}

.xit_wenzi {
    height: 33px;
    border-bottom: 2px solid #d00808;
    float: left;
}

.xit_ywz {
    text-transform: uppercase;
    font-size: 24px;
    _font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 5px;
    color: #d00808;
}

.xit_zyz {
    font-size: 14px;
    color: #414141;
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    padding-left: 7px;
    _padding-top: 4px;
}

.xit_pyz {
    font-size: 11px;
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    padding-top: 4px;
    padding-right: 14px;
    padding-left: 7px;
}

.xit_chakan {
    float: right;
    width: 88px;
    height: 25px;
    background: #d00808;
    line-height: 25px;
    text-align: center;
}

.xit_chakan a {
    color: #fff;
}

.xit_chakan a:hover {
    color: #fff;
    text-decoration: underline;
}

.xit_waikuang {
    width: 948px;
    height: auto;
    border: 1px solid #e5e5e5;
    margin: 13px auto auto auto;
    overflow: hidden;
    clear: both;
    padding-bottom: 15px
}

.xit_tu {
    float: left;
    width: 294px;
    height: 412px;
    display: inline;
    margin-top: 20px;
    margin-left: 21px;
}

.xit_boedr {
    border-right: 1px dashed #cccccc;
}

.xit_tu1 {
    width: 272px;
    height: 292px;
    position: relative;
}

.xit_tu1 a {
    width: 272px;
    height: 292px;
    display: block;
    border: 1px solid #cbc9c9;
    border-bottom: 0px;
}

.xit_tu1 a:hover {
    border: 1px solid #e12405;
    border-bottom: 0px;
}

.xit_guanchuan {
    text-decoration: line-through;
}

.xit_zhekou {
    display: block;
    float: left;
    width: 150px;
    text-align: left;
}

.xit_zhekou_sp {
    float: right;
}

.xit_zhekou_tr {
    width: 65px !important;
}

.xit_yuanjia {
    background: #f0f0f0;
    width: 258px;
    text-align: center;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 1px;
    top: 272px;
}

.xit_767 {
    color: #ef0000;
}

.xiu_tuanniu {
    width: 252px;
    height: 48px;
    background: url(../img/xit_anniu.jpg) no-repeat;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 22px;
}

.xiu_tuanniu p {
    float: left;
}

.xiu_tuanniu span {
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.xiu_tuanniu img {
    float: right;
    margin-right: 16px;
    margin-top: 7px;
}

.xit_jinri {
    width: 272px;
    line-height: 22px;
    padding-top: 10px;
    max-height: 65px;
    height: 65px;
    overflow: hidden;
    font-size: 16px
}

.xit_jinri a {
    color: #414141;
}

.xit_jinri a:hover {
    color: #F17700;
}

.xit_jinri span {
    color: #d00808;
}

.xit_bottom {
    width: 907px;
    border-bottom: 1px solid #cccccc;
    margin: 15px auto auto auto;
    margin-top: 0px \9;
}

.xit_zhengkai {
    width: 948px;
    height: 30px;
    background: #eee;
    margin: 15px auto auto auto;
    padding-top: 8px;
    text-align: center;
}

.xit_zhengkai img {
    vertical-align: middle;
}

.xit_zhengkai a {
    color: #ef0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 5px;
}

/*footer*/
.xit_ft {
    background: url(../img/xit_ft.jpg) repeat-x;
    height: 107px;
    margin-top: 24px;
    width: 100%;
    color: #333;
}

.xit_ft02 {
    width: 930px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 20px;
}

.xit_ft02 dl {
    width: 150px;
    padding-left: 10px;
    float: left;
}

.xit_ft02 dt {
    background: url(../img/xit_dt.jpg) no-repeat 0 2px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
}

.xit_ft02 dd {
    background: url(../img/xit_dd.jpg) no-repeat 2px 50%;
    padding-left: 10px;
}

.xit_lofo {
    float: left;
    margin-top: 13px;
    padding-left: 25px;
}

.xit_copyright {
    font-family: arial;
    clear: both;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

/*liebiao*/
.xit_paixu {
    width: 950px;
    height: auto;
    margin: 9px auto auto auto;
}

.xit_paixuzi {
    padding-top: 10px;
    color: #000;
    float: left;
}

.xit_paixuzi a {
    color: #d00808;
    padding: 3px;
    margin: 0 3px;
}

.xit_paixuzi a:hover {
    color: #fff;
    background: #d00808;
}

.xit_paixuzi a.current {
    color: #fff;
    background: #d00808;
}

.xit_xianshisy {
    float: right;
    padding-top: 6px;
    padding-right: 10px;
}

.xit_xianshisy span {
    color: #d00808;
}

.xit_fenye {
    float: right;
    height: 26px;
    border: 1px solid #c7c7c7;
    border-right: 0px;
    background: #f4f4f4;
}

.xit_fenye a {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 9px;
    border-right: 1px solid #c7c7c7;
    display: block;
    height: 26px;
    float: left;
    line-height: 26px;
}

.xit_fenye a:hover {
    color: #fff;
    background: #d00808
}

.xit_fenye a.no_page {
    color: #888
}

.xit_fenye a.no_page:hover {
    color: #888;
    background: #fff;
    text-decoration: none;
    cursor: default
}

.xit_liebiaobottom {
    width: 907px;
    margin: 15px auto auto auto;
}

.xiu_tuanniu_wan {
    width: 252px;
    height: 48px;
    background: url(../img/xit_maiwan.jpg) no-repeat;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 22px;
}

.xiu_tuanniu_wan p {
    float: left;
}

.xiu_tuanniu_wan span {
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.xiu_tuanniu_wan img {
    float: right;
    margin-right: 16px;
    margin-top: 7px;
}

.xit_tu1_wan {
    width: 272px;
    height: 292px;
    position: relative;
}

.xit_tu1_wan img {
    width: 272px;
    height: 292px;
    display: block;
    border: 1px solid #cbc9c9;
    border-bottom: 0px;
}

/*xiangqing*/
.xit_xiangqing {
    width: 950px;
    height: auto;
    margin: 8px auto auto auto;
}

.xit_xiangqing_zuo {
    width: 713px;
    float: left;
    height: auto;
}

.xit_zuoshang {
    width: 713px;
    height: auto;
}

.xit_xqzgong {
    width: 713px;
    background: url(../img/xit_xqzhong.jpg) repeat-y;
    height: auto;
    display: table;
}

.xit_fenxiang {
    width: 693px;
    height: 24px;
    border-bottom: 1px solid #d00808;
    background: #fdf2f2;
    margin-left: 2px;
    color: #d00808;
    padding-top: 6px;
    padding-left: 16px;
}

.xit_fenxiang img {
    vertical-align: text-top;
    *vertical-align: text-bottom;
    margin-left: 20px;
}

.xit_fenxiang a {
    padding-left: 5px;
}

/*Microsoft YaHei,SimHei,arial,sans-serif*/
.xit_xqzgong h2 {
    font-size: 25px;
    padding: 7px 15px 0px 15px;
    _padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 5px;
    line-height: 34px;
    text-align: right;
    text-align: justify;
    text-justify: inter-ideograph;
}

.xit_xqzgong h2 span {
    font-size: 25px;
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    color: #d00808;
}

.xit_goumai {
    width: 713px;
    height: auto;
}

.xit_goumai_zuo {
    width: 240px;
    height: auto;
    display: inline;
    float: left;
    margin-left: 12px;
}

.xit_goumai_shang {
    width: 238px;
    height: 137px;
    border: 1px solid #d00808;
    position: relative;
    background: #fdf2f2;
}

.xit_fudong {
    background: url(../img/xit_fudong.jpg) no-repeat;
    position: absolute;
    left: -68px;
    top: -1px;
    width: 307px;
    height: 86px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.xit_fudong p {
    float: left;
    padding-left: 70px;
    padding-top: 11px;
}

.xit_fudong span {
    font-size: 28px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.xit_fudong img {
    float: right;
    margin-right: 10px;
    margin-top: 17px;
}

.tuan_info_tb {
    top: 80px;
    position: absolute;
}

.tuan_info_tb th {
    text-align: center
}

.tuan_info_tb span {
    color: #d00808;
}

.tuan_info_tb th {
    font-weight: normal;
    color: #000;
    padding-top: 2px;
}

.tuan_info_tb td {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: Microsoft YaHei, arial;
}

.xit_goumaichenggong {
    width: 238px;
    height: auto;
    border: 1px solid #bababa;
    margin: 10px auto 15px auto;
}

.xit_tuan_user {
    text-align: center;
    color: #333;
    width: 211px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin: 0 auto;
    border-bottom: 1px dashed #cccccc;
}

.xit_tuan_user em {
    font-size: 22px;
    font-style: normal;
    color: #D00808;
}

.tuan_status {
    text-align: center;
    margin: 10px;
}

.s1 .bg_s {
    text-align: center;
    padding-left: 35px;
    height: 35px;
    font-family: Microsoft YaHei, SimHei;
    font-size: 25px;
    text-align: left;
    color: #4c4c4c
}

.s2 .bg_s {
    text-align: center;
    padding-left: 35px;
    height: 35px;
    font-family: Microsoft YaHei, SimHei;
    font-size: 25px;
    text-align: left;
    color: #4c4c4c
}

.s3 .bg_s {
    text-align: center;
    padding-left: 35px;
    height: 35px;
    font-family: Microsoft YaHei, SimHei;
    font-size: 25px;
    text-align: left;
    color: #4c4c4c
}

.xit_status {
    text-align: center;
    width: 211px;
    padding-top: 10px;
    padding-bottom: 7px;
    margin: 0 auto;
    border-bottom: 1px dashed #cccccc;
}

.xit_status p {
    color: #000;
}

.xits1 .xit_bg_s {
    margin: 0 15px 10px 15px;
    height: 50px;
    background: url(../img/xit_tuan_s1.gif) no-repeat;
    padding-left: 70px;
    font-family: Microsoft YaHei, SimHei;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.xits2 .xit_bg_s {
    margin: 0 15px 10px 15px;
    height: 50px;
    background: url(images/tuan_s2.gif) no-repeat;
    padding-left: 70px;
    font-family: Microsoft YaHei, SimHei;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.xits3 .xit_bg_s {
    margin: 0 15px 10px 15px;
    height: 50px;
    background: url(images/tuan_s3.gif) no-repeat;
    padding-left: 70px;
    font-family: Microsoft YaHei, SimHei;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.xit_tuan_time {
    color: #333;
    width: 196px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin: 0 auto;
}

.xit_tuan_time strong {
    font-size: 20px;
    color: #595959;
    font-weight: normal;
}

.xit_tuan_time input {
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #D00808;
    font-family: Arial;
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    border: 0px;
    vertical-align: middle;
}

.xit_goumai_you {
    float: right;
    margin-right: 13px;
    display: inline;
    width: 434px;
}

.xit_goumai_you img {
    border: 1px solid #bfbfbf;
}

.xit_goumai_you p {
    background: url(../img/xit_yinhao.jpg) no-repeat;
    margin-top: 20px;
    margin-left: 1px;
    color: #4c4c4c;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    padding-top: 1px;
}

.xit_miaoshu {
    width: 671px;
    height: auto;
    display: table;
    margin-top: 15px;
    border: 1px solid #c1bcbc;
    padding: 20px 20px;
}

/*you*/
.xit_xiangqing_you {
    float: right;
    width: 225px;
    height: auto;
}

.xit_dianji {
    width: 223px;
    height: 24px;
    border: 1px solid #bababa;
    background: url(../img/xit_dianji.jpg) repeat-x;
}

.xit_dianji img {
    margin-left: 14px;
    padding-top: 3px;
    display: block;
    float: left;
    display: inline;
}

.xit_dianji a {
    margin-left: 10px;
    display: block;
    float: left;
    margin-top: 3px;
}

.xit_zxkefu {
    width: 177px;
    height: auto;
    padding-top: 17px;
    border: 1px solid #bababa;
    margin-top: 6px;
    background: url(../img/xit_zxkefu.jpg) no-repeat;
    padding-left: 46px;
}

.xit_zxkefu p {
    padding-top: 8px;
    color: #000;
    padding-bottom: 10px;
}

.xit_zxkefu p span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d00808;
    font-size: 15px;
}

.xit_xqbanner {
    width: 223px;
    height: auto;
    border: 1px solid #bababa;
    margin-top: 7px;
    text-align: center;
}

.xit_xqbanner .xit_biankuang {
    border: 0;
}

.xit_xqbanner img {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 205px;
}

.xit_tuanduidayi {
    width: 210px;
    height: 42px;
    margin-top: 7px;
    background: url(../img/xit_tuanduidayi.jpg) no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 42px;
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    padding-left: 15px;
}

.xit_tuanduidayixia {
    width: 223px;
    height: auto;
    border: 1px solid #bababa;
    border-top: 0px;
    display: table;
}

.xit_tgdy {
    width: 200px;
    margin: 0 auto;
}

.xit_tgdy li {
    padding: 5px 0;
    border-bottom: #ABAEB1 1px dashed;
    line-height: 20px;
}

.xit_linkO {
    padding-top: 8px;
}

.xit_linkO a {
    color: #d00808;
}

.xit_tgdy h2 {
    background: url(../img/xit_img1.jpg) no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    _padding-top: 0px;
    border-bottom: 1px solid #e5e5e5;
    height: 23px;
    margin-top: 25px;
}

.xit_guanzhu {
    width: 200px;
    height: auto;
}

.xit_xiutuan {
    float: left;
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 12px;
}

.xit_xtuanzi {
    float: left;
    height: 52px;
    margin-top: 12px;
}

.xit_xtuanzi p img {
    margin-top: 5px;
}

.xit_xtuanzi p a {
    color: #0082cb;
    margin-left: 10px;
}

.xit_tafensi {
    clear: both;
    padding-top: 15px;
    position: relative;
    padding-bottom: 10px;
}

.xit_tafensi span {
    color: #0082cb;
    font-family: Arial, Helvetica, sans-serif;
}

.xit_tafensi a {
    position: absolute;
    right: 0px;
    color: #0082cb;
}

.xit_tafensi a:hover {
    color: #F17700;
}

.xit_kitty {
    float: left;
    width: 50px;
    text-align: center;
    height: 70px;
    display: inline;
    margin-left: 13px;
    padding-bottom: 6px;
}

.xit_kitty a {
    right: 0px;
    color: #0082cb;
}

.xit_kitty a:hover {
    color: #F17700;
}

/*jieshu*/
.xit_fudong_jieshu {
    background: url(../img/xit_goumaijieshu.jpg) no-repeat;
    position: absolute;
    left: -68px;
    top: -1px;
    width: 307px;
    height: 86px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.xit_fudong_jieshu p {
    float: left;
    padding-left: 70px;
    padding-top: 11px;
}

.xit_fudong_jieshu span {
    font-size: 28px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.xit_fudong_jieshu img {
    float: right;
    margin-right: 10px;
    margin-top: 17px;
}

/*wangqituangou*/
.xit_wangqituangou {
    width: 711px;
    height: auto;
    float: left;
    border: 1px solid #d4d4d4;
}

.xit_wangqituangou_t {
    background: url(../img/xit_wqituang.jpg) repeat-x;
    width: 696px;
    height: 41px;
    padding-left: 15px;
    font-size: 22px;
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    padding-top: 3px;
    margin-bottom: 5px;
}

.xit_liuliuba {
    width: 668px;
    height: 151px;
    margin: 0 auto;
    border-bottom: 1px dashed #acadb1;
    clear: both;
}

.xit_riqi {
    width: 79px;
    height: 111px;
    float: left;
    margin-top: 21px;
    background: url(../img/xit_riqt.jpg) no-repeat;
}

.xit_briqi {
    color: #fff;
    width: 79px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.xit_daheizi {
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    font-size: 30px;
    color: #010101;
    width: 79px;
    text-align: center;
    padding-top: 3px;
}

.xit_daheizi span {
    font-size: 14px;
}

.xit_cpt {
    width: 110px;
    height: 110px;
    float: left;
    margin-top: 21px;
    margin-left: 12px;
    _display: inline
}

.xit_cpt a {
    border: 1px solid #d4d4d4;
    width: 108px;
    height: 108px;
    display: block;
}

.xit_cpt a:hover {
    border: 1px solid #d00808;
}

.xit_sjia {
    margin-left: 26px;
    margin-top: 17px;
    float: left;
    width: 430px;
}

.xit_sjia h3 {
    font-family: Microsoft YaHei, SimHei, arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.xit_goods_info {
    width: 430px;
    height: 105px;
    position: relative;
}

.xit_goods_info p {
    line-height: 20px;
}

.xit_goods_info p span {
    width: 143px;
    display: block;
    float: left;
}

.xit_goods_info p font {
    color: #d00808;
}

.xit_goods_info em {
    color: #E44C27;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 0px;
}

.xit_goods_info em font {
    color: #595959;
    font-size: 24px;
}

.xit_buynow {
    position: absolute;
    right: 12px;
    top: 54px;
}

.xit_fye {
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    _display: inline;
}

.xit_fye span {
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.xit_fye a {
    border: 1px solid #bbbbbb;
    padding: 4px 5px;
    margin-left: 3px;
    display: block;
    float: left;
}

.xit_invite {
    width: 173px;
    height: 94px;
    background: url(../img/xit_bg.jpg) no-repeat;
    margin-top: 10px;
    margin-left: 12px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-top: 13px;
}

.xit_invite strong {
    color: #E44C27;
    font-size: 16px;
}

.xit_invite_friend {
    padding-left: 30px;
    padding-right: 5px;
    padding-bottom: 13px;
}

#view-right {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    width: 228px;
}

#order-pay-dialog .notice a:hover {
    color: #D00808 !important
}

/* foot add xiu logo*/
#ft .ftinfo {
    width: 950px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

#ft .ftinfo img {
    display: inline-block;
    margin: 0 5px 10px 0;
}

#ft {
    background: url(images/bg_ft.jpg) repeat-x;
    height: 300px;
    color: #333;
    clear: both;
}

.ft01 {
    text-align: center;
    padding-top: 50px;
}

.ft01 img {
    margin: 0 17px
}

.ft02 {
    width: 950px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 40px;
}

.ft02 dl {
    width: 150px;
    padding-left: 10px;
    float: left;
}

.ft02 dt {
    background: url(images/ico_dt.gif) no-repeat 0 2px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
}

.ft02 dd {
    background: url(images/ico_dd.gif) no-repeat 2px 50%;
    padding-left: 10px;
}

.f_lofo {
    float: left;
    margin-top: 13px;
    padding-left: 25px;
}

.copyright {
    font-family: arial;
    clear: both;
    text-align: center;
    padding-top: 20px;
}

/*左右*/
#maincol {
    float: left;
    width: 670px;
}

#rcol {
    float: right;
    width: 228px;
    margin-right: 5px;
    margin-top: 0px;
    border: #BEC0C0 1px solid;
    display: inline;
    color: #333;
}

/* faq */
.faq {
    width: 698px;
    border: #BEC0C0 1px solid;
    margin-left: 5px;
    margin-top: 0px;
    color: #000;
}

.faq_tit {
    background: url(images/bg_team_h2.jpg) repeat-x;
    height: 28px;
    padding-top: 25px;
}

.faq_tit ul {
    padding-left: 15px;
}

.faq_tit li {
    float: left;
    width: 109px;
    display: block;
    text-align: center;
    height: 28px;
    background: url(images/bg_faq_tit.gif) no-repeat left top;
    margin-right: 5px;
    line-height: 28px;
}

.faq_tit li.curr {
    background: url(images/bg_faq_tit.gif) no-repeat left bottom;
    font-weight: bold;
}

.guide-steps {
    margin: 15px;
    font-size: 12px;
}

.guide-steps li {
    margin-bottom: 20px;
    line-height: 22px;
    color: #595959;
}

.guide-steps h4 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
}

.pad40l {
    padding-left: 40px;
}

.media {
    margin: 15px;
    font-size: 12px;
}

.media li {
    border-bottom: #ABAEB1 1px dashed;
    padding: 15px 0;
    color: #595959;
    line-height: 22px;
}

.media .time {
    float: left;
    width: 80px;
    padding-left: 5px;
}

.media .media_box {
    float: right;
    width: 560px;
    padding-right: 5px;
}

.link {
    margin: 15px;
}

.share-list .link {
    margin: 0px
}

.link h2 {
    height: 26px;
    background: #f2f2f2;
    padding-left: 15px;
    padding-top: 6px;
    clear: both;
}

.link_img:after {
    display: block;
    clear: both;
    content: '\0020';
    visibility: hidden;
    line-height: 0;
}

.link_img {
    margin-bottom: 20px;
    _zoom: 1;
}

.link_img li {
    padding: 10px 0 0 20px;
    float: left;
    width: 135px;
    height: 65px;
    margin-bottom: 5px;
}

.link_img .img {
    width: 135px;
    height: 65px;
}

.link_word {
    padding: 10px 0 20px 0;
}

.link_word a {
    white-space: nowrap;
    display: inline-block;
    padding-left: 15px;
    line-height: 22px;
}

.contact {
    margin: 15px;
    color: #595959;
    background: url(images/bgcontact.jpg) no-repeat right top;
}

.contact dt {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 5px 0;
}

.contact dd {
    line-height: 22px;
    margin-bottom: 10px;
}

.tourbox {
    margin: 10px 20px;
}

.tourbox h3 {
    margin: 25px 0 5px 0;
}

.tourbox p {
    line-height: 24px;
}

.tour_left {
    float: left;
    width: 424px;
    height: 260px;
}

.tour_right {
    float: right;
    width: 187px;
    height: 225px;
    background: url(images/bg_tour_right.gif) no-repeat;
    padding: 10px 15px 10px 30px;
    line-height: 22px;
    color: #595959;
    margin-top: 30px;
}

/*分享*/
.sharetg {
    width: 672px;
    height: 27px;
    background: url(images/bgshare.gif) no-repeat;
    margin-left: 14px;
    margin-top: 10px;
    padding: 0 10px;
}

/* signup */
#signup .f-input-tip {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

#signup .email .f-input {
    font-weight: bold;
}

#signup .username .f-input {
    font-weight: bold;
}

#signup .city {
    margin-bottom: 0;
}

#signup .f-city {
    float: left;
    margin-top: 4px;
    color: #333;
}

#signup .field .f-cityname {
    width: 100px;
    color: #333;
}

#signup .enter-city {
    float: left;
    margin-top: 3px;
    *margin-top: 0;
    margin-left: 15px;
    color: #333;
}

#signup .act {
    margin-top: 10px;
    *margin-top: 0;
    padding-left: 115px;
    *padding-left: 130px;
    _padding-left: 115px
}

#signuped .sect {
    width: auto;
    padding: 50px 50px 50px;
}

#signuped .notice-content {
    padding: 5px 0;
    color: #666;
}

#signuped .help-tip {
    margin-top: 25px;
    background: #f7f7f7;
    padding: 20px 30px 20px 25px;
    font-size: 12px;
}

#signuped .help-list {
    margin: 10px 0 0;
}

#signuped .help-list li {
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: disc;
    color: #666;
}

.signup-gotoverify {
    margin-top: 15px;
    text-align: center;
}

#verify .sect {
    width: auto;
    padding: 50px 50px 50px;
}

#verify .notice-content {
    padding: 5px 0;
    color: #666;
}

#login .email .f-input {
    font-weight: bold;
}

#login .autologin {
    width: 200px;
    margin-left: 110px;
    padding-bottom: 0;
    margin-top: 0;
}

#login .autologin label {
    margin-top: 0;
    *margin-top: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 3px;
}

#login .lostpassword {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

.side-tip {
    margin: 20px;
}

#sidebar .side-tip {
    margin: 0px
}

.side-tip h3 {
    margin-bottom: 10px;
}

.hint {
    clear: left;
    color: #989898;
    float: left;
    font-size: 12px;
    margin-left: 110px;
    width: 320px
}

.field {
    clear: left;
    float: left;
    *float: none;
    _display: inline;
    width: 650px;
    padding: 0 10px 2px;
    margin: 5px auto 10px;
    *zoom: 1;
}

.field label {
    float: left;
    padding-right: 20px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    color: #333;
}

.field .f-input {
    float: left;
    width: 320px;
    margin: 3px 0 0;
}

.field input.number {
    float: left;
    width: 88px;
    margin: 3px 15px 0 0;
}

.field input.date {
    float: left;
    width: 80px;
    margin: 3px 15px 0 0;
}

#signup form {
    padding: 20px 0;
}

/*validator*/
span.errorTip {
    margin-left: 4px;
    font-size: 12px;
    color: #C00;
    line-height: 32px;
}

div.errorTip {
    font-size: 12px;
    color: #C00;
}

div.validTip, span.validTip {
    font-size: 12px;
    display: none;
}

span.require {
    color: #C00;
    font-weight: bold;
}

.noerror .errorTip, .noerror .validTip {
    display: none;
}

.errorInput {
    background-color: #FFCC33;
}

.consult-list {
    font-size: 14px;
    width: 698px;
    border: #BEC0C0 1px solid;
    margin-left: 5px;
    margin-top: 0px;
}

.consult-list h2 {
    background: url(images/bg_team_h2.jpg) repeat-x;
    height: 38px;
    padding-left: 12px;
    padding-top: 15px;
}

/* win */
#order-pay-dialog {
    border: 2px solid #D00808;
    background: #fff;
}

#order-pay-dialog .bd {
    padding: 1px;
    background: #fff;
}

#order-pay-dialog h3 {
    font-family: "微软雅黑";
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #FDF1F1;
    text-align: left;
    border-bottom: 1px solid #D00808;
    font-size: 15px;
    margin-bottom: 20px;
}

#order-pay-dialog h3 span {
    float: right;
}

#order-pay-dialog .close {
    float: right;
    width: 35px;
    padding-right: 20px;
    background: url(images/close.jpg) no-repeat 100% 50%;
    *background-position: 100% 45%;
    color: #2f2f2f;
    cursor: pointer;
    font-weight: normal;
}

#order-pay-dialog .info {
    margin: 20px 15px 20px;
    min-height: 56px;
    padding-left: 70px;
    background: url(images/bg-sys-icon-info.gif) no-repeat 0 0;
    font-size: 16px;
    font-family: simhei, arial, sans-serif;
    display: block;
    color: #000;
}

#order-pay-dialog .notice {
    padding-left: 35px;
    margin: 5px 0;
}

#order-pay-dialog .notice input {
    width: 180px;
    border: #939392 1px solid;
    height: 20px;
    padding: 1px 3px;
}

#order-pay-dialog .act {
    margin: 15px 35px 20px;
}

#order-pay-dialog .retry {
    margin: 10px 35px 20px;
}

#order-pay-dialog .notice-label {
    margin: 10px auto 10px 85px;
}

/* ev56.com 新加 */
/* typelist */
#deal-buy .paytype .typelist .bill {
    height: 39px;
    background: url(i/99bill.gif) no-repeat 20px 2px;
}

#deal-buy .paytype .typelist .chinabank {
    height: 35px;
    background: url(i/chinabank.gif) no-repeat 20px 3px;
    *background-position: 20px 5px;
}

#deal-buy .paytype .typelist .tenpay {
    height: 35px;
    background: url(i/tenpay.jpg) no-repeat 10px -5px;
    *background-position: 10px -3px;
}

#deal-buy .paytype .typelist .sdopay {
    height: 35px;
    background: url(i/sdopay.png) no-repeat 10px -5px;
    *background-position: 10px -3px;
}

#deal-buy .paytype .typelist .cmpay {
    height: 35px;
    background: url(i/cmpay.jpg) no-repeat 10px -5px;
    *background-position: 10px -3px;
}

/* paypal */
#help .faq .paytype .paypal {
    height: 39px;
    background: url(i/paypal.gif) no-repeat 0 2px;
}

#deal-buy .paytype .typelist .paypal {
    height: 39px;
    background: url(i/paypal.gif) no-repeat 20px 2px;
}

#account-charge .typelist .paypal {
    height: 39px;
    background: url(i/paypal.gif) no-repeat 20px 2px;
}

/* money save */
#recent-deals .deals-list li {
    height: auto;
    padding-bottom: 15px;
}

#recent-deals .deals-list li.first {
    height: auto;
    padding-bottom: 15px;
}

#info_a {
    color: #666666;
    font-size: 12px;
    padding-right: 25px;
    text-align: right;
    width: 293px;
    margin-top: -10px;
    clear: both;
}

#info_a strong {
    color: #CC3333;
    font-size: 20px;
}

/* teambuy express */
div.expresstip {
    margin: 0px 10px;
    background-color: #ECECEC;
    padding: 5px;
}

/* team_summary */
.deal-detail-t {
    margin-top: 0px;
    color: #333333
}

.deal-detail-t li.col {
    line-height: 22px;
    float: left;
    font-size: 12px;
    _display: inline;
}

.deal-detail-t li.col h2 {
    font-size: 16px;
    margin: 10px 0px 6px;
    font-weight: bold;
}

.deal-detail-t li.first {
    width: 207px;
    margin-left: 13px;
    padding-right: 10px;
}

.deal-detail-t .highlight {
    padding-left: 15px;
}

.deal-detail-t .highlight li {
    list-style-position: outside;
    list-style-type: disc
}

/* side map */
#side-business .mapbody {
    border: 1px solid #cdcdcd;
    zoom: 1;
}

#side-business .map a {
    display: block;
}

#side-business .map img {
    display: block;
}

#side-business .map .link {
    height: 29px;
    line-height: 29px;
    background: url(i/bg-side-business-map.png) repeat-x 0 0;
    padding-left: 70px;
    font-size: 12px;
    color: #000;
}

#deal-stuff h2 {
    font-size: 16px;
}

/* paybank */
#paybank {
    margin-left: 16px;
}

#paybank p {
    width: 180px;
    height: 20px;
    float: left;
    margin: 15px 0px 10px 0px;
}

#paybank p input {
    float: left;
    margin-top: 15px;
}

#paybank p label {
    float: left;
    height: 25px;
    margin-top: 15px;
    padding-left: 150px;
}

#paybank p .cmb {
    background: url(i/icon_zsyh_s.gif) no-repeat 10px 0px;
}

#paybank p .icbc {
    background: url(i/icon_zggsyh_s.gif) no-repeat 10px 0px;
}

#paybank p .ccb {
    background: url(i/icon_ccb_s.gif) no-repeat 10px 0px;
}

#paybank p .abc {
    background: url(i/icon_abc_s.gif) no-repeat 10px 0px;
}

#paybank p .spdb {
    background: url(i/icon_spdb_s.gif) no-repeat 10px 0px;
}

#paybank p .bofc {
    background: url(i/icon_bofc_s.gif) no-repeat 10px 0px;
}

#paybank p .citic {
    background: url(i/icon_itic_s.gif) no-repeat 10px 0px;
}

#paybank p .cib {
    background: url(i/icon_cib_s.gif) no-repeat 10px 0px;
}

#paybank p .gdb {
    background: url(i/icon_gdb_s.gif) no-repeat 10px 0px;
}

#paybank p .sdb {
    background: url(i/icon_sdb_s.gif) no-repeat 10px 0px;
}

#paybank p .cebb {
    background: url(i/icon_cebb_s.gif) no-repeat 10px 0px;
}

#paybank p .bob {
    background: url(i/icon_bob_s.gif) no-repeat 10px 0px;
}

#paybank p .pingan {
    background: url(i/icon_pingan_s.gif) no-repeat 10px 0px;
}

#paybank p .cmbc {
    background: url(i/icon_cmbc_s.gif) no-repeat 10px 0px;
}

#paybank p .comm {
    background: url(i/icon_comm_s.gif) no-repeat 10px 0px;
}

/* End */

/*取消短信订阅*/
.cancel {
    color: #999999 !important;
}

/*商户列表*/
.partner-tittle h4 {
    line-height: 30px;
    font-size: 14px;
}

.partner-tittle p {
    margin-bottom: 5px;
}

.partner-tittle {
    font-size: 12px;
    line-height: 20px;
    margin: 8px 0 20px;
    width: 240px;
    float: left;
    padding-left: 20px;
}

.partner-cont {
    font-size: 12px;
    line-height: 24px;
    margin: 35px 0 20px;
    width: 150px;
    float: right;
}

.partner-cont p a {
}

.partner-cont p {
    float: left;
}

.partner-cont-comm-num {
    color: #5C5C5C;
}

.partner-cont-comm-num strong {
    color: #CC3333;
    font-size: 14px;
}

.partner-cont strong {
    font-size: 16px;
    color: #CC3333;
}

.partner-li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.partnar-num {
    background-position: 0px 3px;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 20px;
    text-align: center;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: url("i/num-bg.png")
}

.partner-index-list {
    width: 656px;
}

/*商家详细页面*/
.partner_team_info {
    height: 240px;
    position: relative;
    margin-top: 10px;
    padding: 10px;
    background-color: #fffcd7;
    border: 1px solid #fdbd7f;
}

.partner_team_info b {
    color: #CC3333;
}

#partner-btn {
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    margin-top: 10px;
    background-image: url(i/partaner-cont-btn.png);
    width: 227px;
    height: 70px;
}

#partner-btn span {
    display: block;
    float: left;
}

.h-comment {
    text-align: center;
    width: 95px;
    margin-top: 23px;
    margin-right: 0px;
    padding-left: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.partner-comment-btn {
    margin-top: 15px;
}

.partner-comment-btn a {
    display: block;
    width: 105px;
    height: 40px;
}

.partner-comment-btn strong {
    display: none;
}

.partner-dianping {
    margin-top: 90px;
}

.partner-dianping span {
    color: #6B645E;
    padding: 0px 5px;
}

.other-top {
    padding-bottom: 5px;
    border-bottom: 1px solid #CACACA;
}

.partner-detil {
    background: url("i/quote.gif") no-repeat scroll 0 2px transparent;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    margin-top: 15px;
}

#partner-comment-box {
    margin-top: 10px;
}

#partner-comment-box div {
    float: left;
}

.partner-comment-box-avatar img {
    height: 48px;
    width: 48px;
    margin-right: 10px;
}

.partner-comment-box-cont {
    margin-bottom: 20px;
    width: 595px;
}

.partner-comment-box-cont .comment-name {
    margin-bottom: 10px;
    background-color: #E5F7FF;
    padding: 1px 10px;
}

.partner-comment-box-cont .comment-name a {
    font-size: 13px;
    color: #F36B07;
}

.partner-comment-box-cont .comment-text {
    overflow: hidden;
    word-break: break-all;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.partner-comment-box-cont .comment-misc {
    padding-left: 10px;
    color: #5F5F5F;
    font-size: 12px;
}

.partner-comment-box-cont .comment-time {
    font-size: 12px;
}

#partner-tip-bottom {
    font-size: 12px;
    background-color: #FFFBCC;
    padding: 10px;
    margin-top: 20px;
    border: 1px dashed #FFEC19
}

#partner-content {
    float: left;
    margin-left: 8px;
    margin-right: 16px;
    padding: 0;
    width: 670px;
}

.partner-sysms {
    display: none;
}

/* 最新评论 */
.lcComment {
    overflow: hidden;
    font-size: 12px;
}

.lcComment li {
    border-bottom: 1px dotted #89B4D5;
    margin-bottom: 10px;
}

.lcName {
    margin-bottom: 5px;
}

.lcName a {
    font-weight: bold;
}

.lcName span {
    color: #339999;
}

.lcCont {
    padding-right: 10px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    min-height: 20px;
}

.lcCont a {
    color: #000;
}

.lcTime {
    padding-right: 10px;
    line-height: 25px;
    color: #999999;
    text-align: right;
}

/**商家列表**/
.shop-wrap {
    margin: 0 auto 10px auto;
    padding-left: 10px;
}

.public-title {
    background: url(i/titlebg.gif) no-repeat 0 0;
    width: 892px;
    height: 45px;
    color: white;
    font-weight: normal;
    font-size: 14px;
}

.icon-s-tj, .icon-s-fs, .icon-s-xz, .icon-s-mr, .icon-s-mw, .icon-s-bh, .icon-s-sm {
    background: url(i/icon-spbg.gif) no-repeat;
    height: 31px;
    overflow: hidden;
    display: inline-block;
}

.icon-s-tj {
    background-position: 0 0;
    width: 20px;
    margin: 0 8px 0 20px;
}

.public-title p {
    position: relative;
    top: -8px;
    _top: -8px;
    display: inline;
    _display: inline;
}

.logotab td {
    padding: 2px;
}

.logobox ul.rshop {
    margin-left: 50px;
    margin-top: 20px;
    float: left;
}

.logobox ul.rshop img {
    height: 63px;
    weight: 113px;
}

.logobox ul.rshop li {
    border: #DBDBDB 1px solid;
    margin: 2px;
    margin-right: 20px;
    float: left;
}

.logobox span {

    height: 63px;
    weight: 113px;
    border: #DBDBDB 1px solid;
    margin: 2px 20px 2px 2x;
    display: inline-block;

}

.logotab td img {
    border: #DBDBDB 1px solid;
    position: relative;
    cursor: pointer;
}

.tj-clothes {
    margin: 20px auto;
}

.icon-s-fs {
    background-position: -25px 2px;
    width: 26px;
    margin: 0 8px 0 16px;
}

.icon-s-xz {
    background-position: -56px 2px;
    width: 24px;
    margin: 0 8px 0 18px;
}

.icon-s-sm {
    background-position: -178px 0px;
    width: 32px;
    margin: 0 5px 0 11px;
}

.icon-s-mr {
    background-position: -85px 0;
    width: 25px;
    margin: 0 8px 0 17px;
}

.icon-s-mw {
    background-position: -115px 0;
    width: 26px;
    margin: 0 8px 0 16px;
}

.icon-s-bh {
    background-position: -146px 2px;
    width: 32px;
    margin: 0 5px 0 11px;
}

.public-ul {
    margin: 0 0 0 50px;
}

.public-ul li {
    float: left;
    width: 146px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}

.public-ul li a {
    color: #333;
}

.contentbox {
    padding-bottom: 20px;
}

.contentbox h3 {
    background: url(i/titlebg.gif) no-repeat;
    padding: 6px 0 8px 30px;
    color: white;
    margin-bottom: 10px;
}

.contentbox p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
    text-indent: 24px;
    padding-left: 10px;
}

.brandarea {
    background: url(i/brandareabg.png) center top no-repeat;
    position: relative;
    top: 9px;
}

.brandarea .logo {
    padding-top: 60px;
    height: 130px;
    text-align: center;
}

.brandarea .description {
    font-size: 14px;
    color: white;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.brandarea .gobtn {
    text-align: center;
    padding: 2px 0 20px 0;
}

.shophelp {
    margin: 60px 0 0 35px;
}

.cn-icon, .lock-icon, .buy-lw-other ul li, .btn-type, .reg-btn, .password-icon, .pd-reset-lk p {
    background: url(i/buybg.png) no-repeat;
}

.cn-icon {
    background-position: 0 0;
    width: 33px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 8px;
}

.shophelptitle {
    position: relative;
    top: 7px;
}

.shophelp a {
    color: #369
}

.shophelp a:hover {
    color: #36c;
    text-decoration: none
}

.textbox {
    width: 772px;
    padding: 50px 9px 0 9px;
    margin: 0 auto 30px auto;
    background: url(i/aboutbg.gif) no-repeat;
}

.textbox .textboxinner {
    border: #E0E0E0 1px solid;
    border-top: 0;
    padding: 0 40px;
}

.textbox .textboxinner h3.title, .bigtextbox .textboxinner h3.title {
    text-align: center;
    font-size: 26px;
    font-family: "微软雅黑";
    border-bottom: #CDCDCD 1px dashed;
    font-weight: normal;
    padding-bottom: 20px;
}

.helpcontent {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}

.helpcontent h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.yhqbox .yhqlist {
    height: 251px;
    padding: 2px 0px 10px 0;
    background: url(i/listbg.png) no-repeat;
}

.yhqbox .prolist {
    float: left;
    width: 670px;
    padding: 2px 2px 5px 0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.yhqbox .yhqleft {
    width: 494px;
    float: left;
    _overflow: ;
}

.yhqbox .yhqtit {
    background: url(i/listtitbg.png) repeat-y 1px;
}

.yhqbox .yhqleft .yhqtitleft {
    float: left;
    width: 340px;
    height: 57px;
    font-family: "微软雅黑";
    font-size: 20px;
    padding: 2px 0 3px 12px;
    line-height: 1.3;
}

.mt13 {
    margin-top: 13px;
}

.yhqbox .yhqleft .yhqtitright {
    float: right;
    width: 135px;
    text-align: right;
    color: #9C9C9C;
    padding-top: 5px;
}

.goodsbox {
    padding-left: 12px;
    padding-top: 3px;
    float: left;
}

.yhqbox .yhqleft .goodstit {
    color: #666;
    padding-bottom: 4px;
}

.yhqbox .yhqleft .goodsbox .goods_scrollbox {
    overflow: hidden;
    height: 150px;
    position: relative;
}

.goods_scrollbox {
    _line-height: 1.3;
    float: left;
}

.yhqbox .yhqright {
    width: 166px;
    float: left;
    padding-top: 4px;
    margin-left: 2px;
}

.yhqbox .yhqlogo {
    height: 60px;
}

.yhqbox .yhqright .buyinfo .price {
    padding-left: 18px;
    padding-bottom: 6px;
    _padding-bottom: 5px;
}

.buybutton {
    text-align: center;

}

.postweibo {
    padding-top: 20px;
    padding-left: 20px;
}

.yhqbox .yhqleft .goodsbox .goods_scrollbox {
    overflow: hidden;
    height: 150px;
    position: relative;
}

.yhqbox .yhqleft .yhqtitleft {
    float: left;
    width: 340px;
    height: 57px;
    font-family: "微软雅黑";
    font-size: 20px;
    padding: 2px 0 3px 12px;
    line-height: 1.3;
}

.yhqbox .yhqright .buyinfo .price .smallw {
    color: white;
    padding-bottom: 22px;
}

.weibo a {
    margin-bottom: 5px;
}

.weibo a.weibo5 {
    background: url(i/icon.gif) 0 -102px no-repeat;
    padding-left: 22px;
    display: inline-block;
}

.weibo a.weibo2 {
    background: url(i/icon.gif) 0 -24px no-repeat;
    padding-left: 22px;
    display: inline-block;
}

.weibo a.weibo6 {
    background: url(i/icon.gif) 0 -50px no-repeat;
    padding-left: 22px;
    display: inline-block;
}

.proleft1 {
    float: left;
    width: 150px;
}

.proleft {
    float: left;
    width: 250px;
}

.proleft img {
    width: 245px;
    height: 130px;
}

.proleft1 img {
    width: 148px;
    height: 148px;
    border: 1px solid #ccc
}

.proright1 {
    float: left;
    margin-left: 5px;
    width: 305px;
    height: 150px;
    overflow: hidden;
}

.proright {
    float: left;
    width: 210px;
    height: 110px;
    overflow: hidden;
}

.proright2 {
    float: left;
    width: 390px;
    height: auto;
    overflow: hidden;
}

.xq {
    float: right
}

.yhqbox .yhqright .buyinfo .price .bigw {
    font-family: "微软雅黑";
    font-size: 24px;
    color: white;
}

#xiubox .price {
    margin-top: 0px;
    padding-left: 18px;
    padding-bottom: 6px;
    _padding-bottom: 5px;
}

.xit_other {
    width: 223px;
    height: auto;
    border: 1px solid #BABABA;
    margin-top: 6px;
    float: left;
}

ul.shoplist {
    float: left;
    padding-left: 2px;
    margin: 10px 0;
    *padding-bottom: 10px;
}

ul.shoplist li {
    float: left;
    width: 102px;
    border: 1px solid #ccc;
    margin: 2px;
}

.shoplist {
    margin: 2px 2px 2px 3px;
}

.shoplist img {
    width: 100px;
    height: 55px;
    border: 1px solid #ccc;
    margin: 2px 2px 5px 2px;
}

ul.teamlist {
    float: left;
    padding-left: 2px;
    margin: 10px 0;
    *padding-bottom: 10px;
}

ul.teamlist li img {
    width: 200px;
    height: 110px;
    margin-left: 7px;
    padding: 2px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.buysuccessdetail {
    padding-left: 120px;
    font-size: 14px;
}

.buysuccessdetail p {
    line-height: 32px;
}

.linkbtn11, .linkbtn12, .linkbtn13, .linkbtn14 {
    background: url(i/btnbg.png) no-repeat;
    padding: 0;
    padding-left: 2px;
    text-decoration: none;
    display: inline-block;
    _display: table-cell;
    _vertical-align: top;
}

pan, .linkbtn13 span, .linkbtn14 span {
    border: 0;
    background: url(i/btnbg.png) no-repeat;

    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: white;
    display: inline-block;
    padding: 0 15px 2px 15px;
    cursor: pointer;
}

.linkbtn14 span {
    background-position: right -250px;
    color: black;
}

.linkbtn14 {
    background-position: left -550px;
}

.proright1 p {
    background: url(i/pbg.jpg) no-repeat;
    margin-top: 20px;
    margin-left: 1px;
    color: #4C4C4C;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    padding-top: 1px;
}

.proright1 p a {
    color: #4C4C4C;
    font-size: 14px;
}

.logobox {
    float: left
}

#header {
    width: 100%
}

#header .search {
    float: left;
    padding-top: 10px
}

#header .search_t {
    font-size: 12px;
    display: block;
    margin-top: 13px;
    clear: both;
}

#header .search_f {
    float: left;
    width: 400px;
    margin-top: 5px
}

#header .search_f ul {
    float: left;
    position: relative;
    border-left: 1px solid #dcdddd;
    font-size: 12px;
    width: 324px;
    height: 28px;
    display: block;
    background: url(i/search_bg.gif) repeat-x;
    text-align: center;
    color: #808080;
    z-index: 20
}

#header .search_f ul li {
    list-style-type: none;
    float: left;
    position: absolute;
    left: 0;
    top: 0
}

#header .search_f ul li#search_n {
    left: 70px
}

#search_c {
    width: 70px;
    background: url(i/search_type.gif) 60px 10px no-repeat;
    cursor: pointer;
    position: relative
}

#search_c span {
    width: 65px;
    display: block;
    line-height: 28px
}

#search_c dl {
    display: none;
    width: 70px;
    border: 1px solid #dcdddd;
    border-top: none;
    padding: 0;
    margin: 0;
    margin-left: -1px;
    background: #fff
}

#search_c dl dd {
    display: block;
    float: none;
    line-height: 25px
}

#search_c dl dd:hover {
    background: #dcdddd
}

#search_c:hover dl {
    display: block;
    background: #fff
}

#search_b {
    float: right;
    width: 75px
}

.search_t a {
    margin-right: 3px
}

#search_i {
    margin: 5px 0 0 0;
    height: 18px;
    padding: 0px 5px;
    border: 0;
    border: none;
    color: #808080;
    width: 240px;
    font-size: 12px;
    line-height: 16px;
    outline: none
}

#search_s {
    padding-top: 5px;
    font-size: 12px;
    height: 28px;
    margin-right: 10px;
    max-width: 150px
}

.w990 {
    margin: 0 auto;
    width: 990px;
    height: 100%
}

.w630 {
    width: 630px;
    margin: 0 auto 10px;
    display: block;
}

#header .logo {
    float: left;
    display: inline;
    margin: 10px 15px 0 0;
}

#header .search {
    float: left;
    padding-top: 10px;
}

a {
    text-decoration: none;
    color: #017BC6;
}

#footer {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 17px
}

.sections {
    background: #efefef;
    margin-top: 0px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    padding-top: 10px;
    float: left;
    width: 990px
}

.sections li {
    float: left;
    display: inline;
    width: 220px;
    margin-left: 22px;
    margin-top: 5px;
    margin-bottom: 10px
}

.twocol {
    width: 230px
}

#footer ul.twocol li {
    list-style-type: none;
    float: left;
    width: 50%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
    line-height: 20px
}

#footer p {
    margin: 0;
    width: 135px;
    line-height: 20px
}

#footer img {
    margin-top: 3px;
    float: right;
    display: inline
}

#copyright {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
    font-size: 12px;
    margin-bottom: 15px;
    height: 22px;
    line-height: 22px;
    margin-right: 2px;
    font-family: Verdana
}

#copyright a {
    color: #414141
}

.follow {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    float: left;
    text-indent: -1000px
}

.sina {
    background-position: -15px -800px
}

.mobile {
    background-position: -115px -740px;
    width: 40px;
    height: 80px
}

/*add team_multi*/

#main {
    float: left;
    display: block;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px
}

#main ul.main_l_l h3 {
    margin-bottom: 10px
}

#main .main_l {
    display: inline;
    float: left;
    width: 668px;
    _overflow: hidden
}

#main .main_r {
    display: inline;
    float: left
}

.main_l_t {
    border: 1px solid #FFD32C;
    display: block;
    width: 100%;
    _width: auto;
    background-color: #FFF9E1;
    margin: 15px auto;
    padding: 15px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.main_l_t h2 {
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
    color: #414141;
    padding-bottom: 0;
    margin-bottom: 0
}

.main_l_t p {
    margin: 0;
    padding-left: 20px;
    line-height: 20px
}

.main_l_t .blist li {
    width: 120px;
    height: 65px
}

#main_l_l {
    height: 100%;
    border: 1px solid #ddd;
    width: 678px;
}

#main_l_l h2 {
    width: 630px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px
}

#main_l_l ul li.normal {
    border: 1px dashed #96cad7;
    width: 630px;
    clear: both;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: #f2fcfe;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

#main_l_l ul li.coupon {
    border: 1px dashed #96cad7;
    width: 630px;
    clear: both;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: #f2fcfe;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

#main_l_l ul li.commend {
    border: 1px dashed #ffd32c;
    background: #FFF9E1
}

#main_l_l ul li.expire, #main_l_l ul li.pulls {
    border: 1px dashed #a8a8a8;
    background: #eee
}

#main_l_l ul li.normal:hover, #main_l_l ul li.hover {
    background: #E2F0FB;
    border: 1px dashed #B8D6FC
}

#main_l_l ul li.expire:hover, #main_l_l ul li.pulls:hover {
    border: 1px dashed #a8a8a8;
    background: #eee
}

.main_l_l {
    border: 1px solid #ececec;
    margin-bottom: 15px
}

.main_l_l h2 {
    margin: 10px 0 0 10px;
    background: url(../images/bg.png) 0px -56px no-repeat;
    width: 104px;
    height: 18px;
    display: inline-block
}

.main_l_l ul li {
    background: none;
    width: 160px;
    margin-left: 7px;
    text-align: center;
    padding-bottom: 12px;
    display: block;
    float: left
}

.main_l_l_d {
    clear: both;
    padding-bottom: 15px
}

.normal_l {
    width: 92px;
    display: block;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-left: 14px;
    _margin-left: 5px
}

.normal_l a img {
    border: 1px solid #ccc;
    max-width: 90px
}

.normal_l a.text {
    display: block
}

.normal_m {
    float: left;
    width: 750px;
    display: block;
    margin-left: 14px;
}

.normal_m h6, .normal_m h1 {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 14px;
    color: #017BC6
}

.normal_m ul li, .normal_m p {
    margin: 5px 0;
    line-height: 20px
}

.normal_m ul li.green i {
    font-style: normal;
    color: red;
    font-family: Verdana
}

.normal_m ul li.score {
    font-family: Arial;
    color: #C60808;
    font-size: 22px;
    line-height: 22px;
    margin: 0
}

.normal_m ul li.out {
    color: #aaa
}

.normal_m_s a {
    font-weight: normal;
    text-decoration: none;
    margin-right: 5px
}

.normal_m_s img {
    vertical-align: text-bottom
}

.normal_r {
    float: left;
    width: 60px;
    display: block;
    text-align: center
}

.nw500 {
    width: 500px;
}

.nw600 {
    width: 600px
}

.nw640 {
    width: 640px
}

.nw430 {
    width: 430px
}

.nw850 {
    width: 850px
}

.nw80 {
    width: 80px
}

.normal_r_n {
    background: url(../images/bg.png) no-repeat -258px -535px;
    padding-top: 4px;
    width: 41px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px
}

.normal_r_b .vote {
    background: url(../images/bg.png) no-repeat -940px -566px;
    height: 20px;
    width: 20px;
    float: left;
    overflow: hidden;
    text-indent: -10000px
}

.normal_r_b .good {
    margin-left: 8px
}

.normal_r_b .good:hover {
    margin-left: 8px;
    background-position: -940px -586px
}

.normal_r_b .bad {
    margin-left: 2px;
    background-position: -940px -626px
}

.normal_r_b .bad:hover {
    margin-left: 2px;
    background-position: -940px -626px
}

#normal_c {
}

.normal_w {
    width: 500px
}

.normal_w p img {
    max-width: 500px;
    _width: 500px
}

#indexshop {
    margin-top: 10px;
}

#indexshop ul li.selected .store-item,
#more-stores .left, #more-stores .right,
#filter-selected-list li,
.coupons-list .coupon .left,
.coupons-list .coupon .right span b,
.coupons-list li .scissors, #filter-tabs .score span, #filter-tabs .score .desc span, #filter-tabs .score .asc span {
    background: url(../images/coupon_bg.png) no-repeat
}

.coupons-list {
    position: relative;
    margin-left: -1px;
    margin-bottom: -2px;
    overflow: hidden;
    zoom: 1
}

.coupons-list em {
    font-style: normal
}

.coupons-list li {
    float: left;
    display: inline;
    margin-left: 1px;
    width: 328px;
    border-bottom: dashed 2px #D9D9D9;
    cursor: default
}

.coupons-list .coupon-wrapper {
    float: left;
    width: 328px;
    height: 240px;
    position: relative
}

.coupons-list li .scissors {
    position: absolute;
    display: none;
    left: 195px;
    top: 169px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-position: -100px -80px
}

.coupons-list h2 {
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    overflow: hidden
}

#main_l_l .coupons-list h2 {
    padding-bottom: 0
}

.coupons-list .coupon {
    display: block;
    margin: 15px auto;
    width: 314px;
    height: 124px;
    border: solid 3px #B7E1EF;
    text-decoration: none;
    background-color: white;
    cursor: pointer
}

.coupons-list .coupon:hover {
    border-color: #f8ded5
}

.coupons-list .coupon .left {
    float: left;
    height: 124px;
    width: 188px;
    background-position: 183px -75px
}

.coupons-list .coupon .right {
    float: left;
    width: 126px;
    height: 124px;
    background-color: #EAF9FF
}

.coupons-list .coupon:hover .right {
    background: #fbf2ef
}

.coupons-list .coupon .description {
    display: block;
    margin: 26px 5px 0 0;
    text-align: center;
    color: #666;
    font-size: 14px
}

.coupons-list .coupon .store-logo {
    display: block;
    margin: 6px auto 0 auto;
    width: 90px;
    height: 45px;
    overflow: hidden
}

.coupons-list .coupon .store-logo img {
    width: 90px;
    height: 45px;
    display: block;
    margin: auto
}

.coupons-list .coupon .description em {
    position: relative;
    top: 2px;
    margin: 0 5px;
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    color: #F44
}

.coupons-list .coupon .description em.description_none, .box_detail_img em.description_none {
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.coupons-list .coupon .right em {
    display: block;
    margin-top: 24px;
    text-align: center;
    font-style: normal
}

.coupons-list .coupon .right span b {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 30px
}

.coupons-list .coupon .right .free {
    font-size: 18px;
    font-family: "Microsoft Yahei";
    color: #f00
}

.coupons-list .coupon .right .score {
    font-size: 16px;
    color: #FF2900;
    font-weight: bold
}

.coupons-list .coupon .right span {
    display: block;
    position: relative;
    margin: 12px auto;
    width: 90px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft Yahei, & #40657;
    & #20307;
    ed1\4f53;
    color: white;
    line-height: 30px;
    background-color: #39ABD5
}

.coupons-list .coupon .right .get b {
    background-position: -5px -75px
}

.coupons-list .coupon .right .get b:hover {
    background-position: -5px -105px
}

.coupons-list .coupon .right .pulled b {
    background-position: -5px -135px
}

.coupons-list .coupon .right .expire b {
    background-position: -5px -165px
}

.coupons-list .coupon-wrapper .info {
    margin-left: 5px;
    color: #666
}

.coupons-list .coupon-wrapper .info span {
    margin-right: 3px;
}

.coupons-list .coupon-wrapper .info i {
    color: #07f;
    font-style: normal;
}

.coupons-list li:hover .scissors, .coupons-list li.hover .scissors {
    display: block
}

.coupons-list li .scissors {
    position: absolute;
    display: none;
    left: 184px;
    top: 169px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-position: -100px -80px
}

.pulledlist li {
    height: 18px;
    line-height: 18px;
    display: block;
}

.pulledlist li u, .pulledlist li b, .pulledlist li em {
    height: 18px;
    overflow: hidden;
    font-family: Verdana;
    width: 90px;
    float: left;
    display: block;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none
}

.pulledlist li u {
    overflow: hidden;
}

.pulledlist li b {
    margin-right: 15px;
    text-align: center;
    width: 100px
}

.pulledlist li em {
    margin-left: 10px;
    color: red;
    width: 210px;
    text-align: center
}

.pulledlist li.h {
    display: none
}

ol.rank_coupon {
    background: url(../images/dots.gif) no-repeat left -2px;
    margin: 0 15px
}

ol.rank_coupon li {
    position: relative;
    padding-left: 22px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    width: 250px;
    list-style: none;
    padding-right: 60px;
    margin-bottom: 0px
}

ol.rank_coupon li a {
    display: inline-block;
    text-decoration: none;
    color: #444
}

ol.rank_coupon li a:hover {
    text-decoration: underline
}

ol.rank_coupon li span {
    position: absolute;
    padding-left: 5px;
    color: #999
}

#indexshop {
    margin-bottom: 0
}

#indexshop ul {
    padding: 3px 0 1px 0;
    margin: 0 9px;
    width: 970px;
    height: 152px;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1);
    -webkit-transition-property: none
}

#indexshop ul li {
    display: inline;
    float: left;
    margin: 0 -1px -1px 0;
    background: #fff;
    width: 122px;
    height: 77px;
    overflow: hidden;
    cursor: pointer
}

#indexshop ul .store-item {
    display: block;
    width: 120px;
    height: 75px;
    border: solid 1px #B0D8E8;
    color: #333;
    text-decoration: none;
    overflow: hidden
}

#indexshop ul li.selected .store-item, #indexshop ul .store-item.hover, #indexshop ul .store-item:hover {
    position: relative;
    border-color: #06f
}

#indexshop ul .store-logo {
    display: inline-block;
    padding: 5px 20px;
    width: 80px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    outline: none
}

#indexshop ul .store-name {
    outline: none;
    display: block;
    width: 120px;
    text-align: center;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    color: #333
}

#indexshop ul .store-logo img {
    display: block;
    margin: auto
}

#moreshop .more-text, #moreshop .less-text {
    position: absolute;
    left: 33px;
    top: -2px;
    line-height: 16px;
    height: 16px;
    color: #333;
    text-decoration: none
}

#moreshop {
    width: 100px;
    height: 15px;
    margin: 0 auto;
    background: url(i/more_bg.gif) no-repeat;
    cursor: pointer;
    position: relative;
    margin-top: -1px
}

#moreshop .arrow {
    position: absolute;
    left: 18px;
    bottom: 6px;
    border: dashed transparent;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 5px 5px 0 5px;
    border-top: 5px solid gray
}

#moreshop .less-text {
    display: block;
    left: 48px;
    display: none
}

#moreshop.less .arrow {
    left: 30px;
    border-width: 0px 5px 5px 5px;
    border-bottom: solid 5px gray
}

li#userweibo a {
    padding-right: 0;
}

li#userweibo a:hover {
    background: none;
}

li#userweibo {
    margin-top: 8px;
}

.statics {
    display: none;
}

.hotline {
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.hotline b {
    display: block;
    height: 20px;
    width: 100%;
    text-indent: -99999px;
    font-size: 12px;
    background: url(../images/hotline.gif) center center no-repeat;
    overflow: hidden;
}

.general, .yellow, .blue, .gray, .purple,
.general_b, .yellow_b, .blue_b, .gray_b, .purple_b {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #414141;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ccc
}

.sidebar {
    margin-left: 15px;
    top: 0;
    width: 300px;
    float: right;
    _overflow: hidden
}

.sidebar h3 {
    padding-top: 5px;
    padding-left: 15px
}

.sidebar li {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 300px;
    _width: 298px
}

.sidebar li.general {
    background: #eee
}

.sidebar li.general_b {
    background: #eee;
    border: 1px solid #ccc
}

.sidebar li.yellow {
    background: #FFE995
}

.sidebar li.yellow_b {
    background: #FFE995;
    border: 1px solid #ffd32c
}

.sidebar li.blue {
    background: #D2F0F7
}

.sidebar li.blue_b {
    background: #D2F0F7;
    border: 1px solid #96cad7
}

.sidebar li.gray {
    background: #e9e7e7
}

.sidebar li.gray_b {
    border: 1px solid #ccc;
    background: #e9e7e7
}

.sidebar li.green {
    background: #d5ecca;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 5px
}

.sidebar li.green_b {
    border: 1px solid #c0e5ae;
    background: #d5ecca;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 5px
}

.sidebar li ul, .sidebar .col, .sidebar form {
    width: 270px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    font-size: 12px
}

.col input {
    height: 24px
}

.sidebar li ul.twocol {
    margin-left: 20px;
}

.subscribe p {
    margin: 0 0 10px 0
}

#subscribe_e {
    width: 180px;
    border-right: none;
    height: 18px
}

.sidebar ul.twocol li {
    list-style-type: none;
    float: left;
    width: 46%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    padding-top: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.sidebar ul.threecol li {
    list-style-type: none;
    float: left;
    width: 33%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    overflow: hidden
}

.sidebar ul.fourcol li {
    list-style-type: none;
    float: left;
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap
}

.sidebar ul.user li {
    width: 50px;
    height: 68px;
    float: left;
    margin: 0 4px 5px 0;
    text-align: center;
    overflow: hidden
}

.sidebar ul.user li img {
    display: block
}

.sidebar ul.comment li {
    border-bottom: 1px dashed #B8D6FC;
    padding: 5px 0;
    margin: 0
}

.sidebar ul.comment li b, .sidebar ul.blog li b {
    color: #aaa;
    font-weight: normal
}

.sidebar ul.user_link {
    padding-left: 5px;
    display: block;
    clear: both
}

.sidebar ul.user_link li {
    margin: 3px 0
}

.sidebar ul.multicol li {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 5px
}

.sidebar_s {
    margin: 5px 15px 5px 15px
}

.sidebar_s_l {
    float: left;
    width: 80px
}

.sidebar_s_l img {
    margin-bottom: 10px;
    width: 80px
}

.sidebar_s_i {
    float: left;
    width: 180px;
    line-height: 22px;
    margin-left: 10px
}

.sidebar_m ul {
    margin: 5px 15px
}

.gobuy {
    height: 28px;
    margin-left: 15px;
}

.main_l_i_b {
    margin: 10px 0
}

.main_l_c {
    width: 670px;
    overflow: hidden
}

.main_l_c_s {
    margin: 10px 0px
}

.main_l_c_s h2 {
    background: url(../images/bg.png) 0px -56px no-repeat;
    width: 104px;
    height: 18px;
    display: inline-block;
    text-indent: -10000px;
    _overflow: hidden
}

.main_l_c_s ul {
    border: 1px solid #ececec;
    width: 672px;
    display: block;
    overflow: hidden
}

.main_l_c_s ul li {
    background: url(../images/bg.png) -90px -394px no-repeat;
    width: 112px;
    height: 106px;
    float: left;
    text-align: center
}

.main_l_c_s ul li img {
    display: block;
    width: 90px;
    height: 45px;
    margin: 17px auto 0 auto
}

.main_l_c_i {
    margin: 15px 0;
    width: 100%;
    display: block
}

.main_l_c_i h2 {
    clear: both;
    display: block;
    width: 100%;
    height: 20px
}

.main_l_c_i ul {
    padding-top: 12px;
    border-top: 1px solid #eee
}

.main_l_c_i ul li {
    width: 165px;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    height: 103px;
    overflow: hidden
}

.main_l_c_i ul li img {
    width: 150px;
    height: 80px
}

.main_l_c_q {
    position: relative;
    zoom: 1;
    overflow: hidden;
    height: 239px;
    margin-top: 15px
}

.main_l_c_q h2 {
    clear: both;
    display: block;
    width: 100%;
    height: 20px;
    padding: 0
}

.main_l_c_q_i {
    zoom: 1;
    overflow: hidden;
    height: 339px;
    clear: both
}

.main_l_c_q ul {
    zoom: 1;
    overflow: hidden;
    height: 340px;
    margin-left: -1px;
    margin-top: -1px
}

.main_l_c_q li {
    float: left;
    width: 313px;
    _height: 139px;
    padding: 10px;
    border-left: 0px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    zoom: 1;
    overflow: hidden
}

.main_l_c_q li.hover {
    background-color: #FdFdFF
}

.img_wrap {
    position: relative;
    float: left;
    display: block;
    width: 120px;
    height: 90px;
    margin-right: 15px;
    text-align: center;
    line-height: 90px;
    #font-size: 111px;
    overflow: hidden;
    text-decoration: none
}

.img_wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 120px;
    _width: 120px
}

.img_detail {
    float: left;
    width: 177px
}

.img_detail .name {
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 12px
}

.img_detail .score_now {
    padding-top: 5px;
    font-family: Arial;
    color: #C60808;
    width: 90px;
    float: left;
    line-height: 22px
}

.img_detail .score_old {
    color: #AAA;
    padding-top: 0px;
    width: 90px;
    float: left
}

.img_detail .score_old del {
    font-family: Arial
}

.img_detail .btn_wrap {
    margin-top: 12px;
    height: 23px;
    float: right;
    width: 70px
}

.img_detail .img_wrap:hover {
    text-decoration: none
}

.hot_coupon {
    margin-left: 15px
}

.hot_coupon li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0px;
    margin-bottom: 5px
}

.hot_coupon .img_wrap {
    width: 100px
}

.hot_coupon .img_wrap img {
    max-width: 100px;
    _width: 100px
}

.hot_coupon .img_detail {
    width: 160px
}

#main_l_i_f, .sidebar_f {
    position: relative;
    width: 670px;
    height: 250px;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden
}

#main_l_i_f_c, .sidebar_f_c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 670px;
    height: 250px;
    overflow: hidden
}

#main_l_i_f_c ul li, sidebar_f_c ul li {
    float: left
}

#main_l_i_f_c ul li img, sidebar_f_c ul li img {
    display: block;
    width: 670px;
    height: 250px
}

img[drc] {
    background: url(../images/default/loading.gif) center center no-repeat
}

.sidebar_f {
    width: 300px
}

.sidebar_f_c {
    width: 300px;
    height: 250px
}

.sidebar li.sidebar_f ul {
    padding: 0;
    margin: 0;
    width: 300px
}

.sidebar_f_c ul li img {
    display: block;
    width: 300px;
    height: 250px
}

#main_l_i_f_m, .sidebar_f_m {
    position: absolute;
    right: 20px;
    bottom: 20px
}

#main_l_i_f_m li, .sidebar_f_m li {
    float: left;
    margin: 1px 3px;
    list-style-type: none;
    width: 16px;
    height: 16px;
    background: #333;
    border: 1px solid #FFF;
    cursor: pointer;
    line-height: 16px;
    font-family: Arial;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

#main_l_i_f_m li.navOn, .sidebar_f_m li.navOn {
    background: #F60
}

.sidebar .sidebar_f .sidebar_f_m ul {
    width: 50px
}

.btn, .btn:hover, .btn span, .btn:hover span, .btn_o, .btn_o:hover, .btn_o span, .btn_o:hover span, .btn_g, .btn_g:hover, .btn_g span, .btn_g:hover span {
    background: url(i/btn.png) 0 0;
    padding: 0;
    height: 28px;
    color: white;
    float: left;
}

.btn {
    background-position: 0 0;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px 0 0;
    overflow: hidden;
    border: none;
}

.btn span {
    background-position: right 0;
    padding: 7px 8px 5px 0;
    margin: 0 0 0 8px;
    height: 16px;
    line-height: 16px;
    float: left;
}

.btn:hover {
    background-position: 0 -28px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px 0 0;
    overflow: hidden;
    border: none;
}

.btn:hover span {
    background-position: right -28px;
    padding: 7px 8px 5px 0;
    margin: 0 0 0 8px;
    height: 16px;
}

del, ins {
    text-decoration: none;
}

.sidebar li {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 300px;
    _width: 298px;
}

ol {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

ol.rank_coupon {
    background: url(i/dots.gif) no-repeat left -2px;
    margin: 0 15px;
}

ol.rank_coupon li {
    position: relative;
    padding-left: 22px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    width: 250px;
    list-style: none;
    padding-right: 60px;
    margin-bottom: 0px;
}

#main_l_l h2 {
    width: 630px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
}

dl.filter {
    width: 635px;
    margin: 0px auto 10px auto;
    height: 100%;
    clear: both;
    display: block;
}

dl.filter dt, dl.filter dd {
    float: left;
    display: block;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
}

dl.filter dt {
    width: 65px;
    border: none;
    color: black;
    font-weight: bold;
}

dl.filter dt, dl.filter dd {
    float: left;
    display: block;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
}

dl.filter dd a {
    display: block;
    padding: 0 5px;
}

dl.filter dd a:hover, dl.filter dd.current a {
    background: #DDD;
    text-decoration: none;
}

#main_l_b {
    border: 1px solid #DDD;
    height: 100%;
}

#main_l_b h2 {
    width: 100%;
    margin: 0 15px;
    padding: 15px 0;
    font-size: 14px;
}

dl.letter dt {
    width: 50px;
    border: none;
    color: #06F;
}

dl.letter dt, dl.letter dd {
    float: left;
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
}

dl.letter {
    width: 950px;
    margin: 0 auto;
    height: 35px;
}

dl.letter dt, dl.letter dd {
    float: left;
    display: block;
    height: 20px;
    width: 80px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
}

dl.letter dd a {
    border: 1px solid #DDD;
    display: block;
}

dl.letter dd a:hover, dl.letter dd.current a {
    border: 1px solid #F60;
    display: block;
    color: #F60;
    text-decoration: none;
}

dl.letter dt {
    width: 50px;
    border: none;
    color: #06F;
}

ul.blist {
    margin: 0 15px 0px 15px;
    width: 100%;
    float: left;
    display: block;
    clear: both;
}

ul.blist li {
    float: left;
    padding: 15px 0;
    height: 70px;
    margin: 0px 0 4px 4px;
    border: 1px dashed #96CAD7;
    text-align: center;
    width: 130px;
    display: inline;
    background-color: #F2FCFE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.blist li a img {
    border: 1px solid #DDD;
    width: 90px;
    height: 45px;
}

ul.blist li a.bname {
    display: block;
}

ul.blist li:hover {
    background: #FEF8E0;
    border: 1px dashed #FFD32C;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tabs_t ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%;
}

.tabs_t ul li {
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border: 1px solid #DDD;
    border-left: none;
    background: white;
    border-top: none;
    overflow: hidden;
    position: relative;
}

.tabs_t ul li.current, .tabs_t ul li.current a:hover {
    background: white;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid white;
}

.tabs_t ul li a {
    text-decoration: none;
    color: #777;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid white;
    outline: none;
}

.tabs_c {
    padding: 20px;
    font-size: 12px;
    overflow: hidden;
}

#c_intro {
    font-size: 12px;
    line-height: 20px;
}

.pullbtn, .expirebtn, .pulledbtn, .salebtn, .freebtn, .pulling, .trylist, .subscribe, .shoppingbtn {
    width: 92px;
    height: 30px;
    background: url(i/bg.png) -600px -200px;
    overflow: hidden;
    border: none;
    text-indent: -10000px;
    display: block;
    float: left;
}

.pullbtn2 {
    width: 90px;
    height: 30px;
    background: url(2013/btn_receivebj.gif) no-repeat;
    overflow: hidden;
    border: none;
    display: block;
    float: left;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.pullbtn3 {
    width: 90px;
    height: 30px;
    background: url(2013/goshopping.gif) no-repeat;
    overflow: hidden;
    border: none;
    display: block;
    float: left;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

a.pullbtn2:hover, a.pullbtn3:hover {
    color: white;
    text-decoration: none;
}

.detail li em {
    font-style: normal;
    color: green;
}

.detail li i {
    font-style: normal;
    color: red;
    font-family: Verdana;
}

.coupons-list .coupon .right span {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft Yahei, & #40657;
    color: white;
    line-height: 30px;
}

strong, b {
    font-weight: bolder;
}

#indexshop ul li.selected .store-item, #more-stores .left, #more-stores .right, #filter-selected-list li, .coupons-list .coupon .left, .coupons-list .coupon .right span b, .coupons-list li .scissors, #filter-tabs .score span, #filter-tabs .score .desc span, #filter-tabs .score .asc span {
    background: url(i/coupon_bg.png) no-repeat;
}

.coupons-list .coupon .right span b {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 30px;
}

.coupons-list .coupon .right .get b:hover {
    background-position: -5px -105px;
}

.coupons-list .coupon .right .oget b {
    background-position: -5px -135px;
}

.coupons-list .coupon .left {
    float: left;
    height: 124px;
    width: 188px;
    background-position: 183px -75px;
}

.coupons-list li .scissors {
    position: absolute;
    display: none;
    left: 184px;
    top: 169px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-position: -100px -80px;
}

.coupons-list li:hover .scissors, .coupons-list li.hover .scissors {
    display: block;
}

#site_nav {
    z-index: 90;
    margin: 2px auto;
    color: black;
    line-height: 19px;
    position: relative;
    height: 22px;
}

#site_nav .quick_menu {
    right: 0px;
    position: absolute;
    top: 0px;
}

#site_nav .quick_menu li {
    background: url(i/bg.png) no-repeat right -198px;
    float: left;
    margin-left: -1px;
    padding: 0px 10px;
}

#site_nav a {
    color: #017BC6;
}

.login-win {
    width: 930px;
    background: url(i/login-bg.gif) no-repeat left top;
    height: 305px;
    padding: 15px;
}

.login-win .login-left {
    float: left;
    width: 440px;
    padding: 10px;
    background: url(i/pic10.jpg) no-repeat left center;
    height: 290px;
    text-align: left;
}

.login-win .login-left h3 {
    font-size: 14px;
    font-weight: bold;
    color: #5D0000;
    text-align: left;
}

.login-win .login-left p {
    padding-bottom: 4px;
    margin-left: 180px;
    width: 250px;
    clear: both;
}

.login-win .line01 {
    float: left;
    background: url(i/line02.jpg) no-repeat center center;
    width: 10px;
    height: 306px;
}

.login-win .login-right h3 {
    font-size: 14px;
    font-weight: bold;
    color: #5D0000;
    text-align: left;
    margin-bottom: 20px;
}

.login-win .login-right {
    float: left;
    width: 420px;
    padding: 10px 10px 10px 30px;
}

.login-win .login-right p {
    text-align: left;
    background: url(i/icon-07.gif) no-repeat left center;
    padding-left: 20px;
    line-height: 30px;
}

.salipay a {
    height: 50px;
    width: 100px;
    margin-right: 80px;
}

.paginator li {
    display: inline;
    margin: 0 1px;
}

.trademark_banner {
    margin: 0 auto;
    width: 980px;
}

.trademark_banner h1 {
    height: 70px;
    background: url(i/group_trademark_title.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 10px 0;
}

.trademark_logo {
    margin: 0 auto;
    width: 978px;
    border: 1px solid #CCC;
    border-top: none;
    background: url(i/group_trademark_title.png) no-repeat -2px -79px;
}

.trademark_logo ul {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    zoom: 1;
}

.trademark_logo li {
    float: left;
    height: 170px;
    margin: 30px 21px 0;
    _margin: 30px 17px 0;
}

.trademark_logo a {
    display: block;
    width: 200px;
    height: 140px;
    border: 1px solid #CCC;
}

.trademark_logo a:link {
    color: #059;
}

.trademark_logo img {
    vertical-align: middle;
}

.trademark_logo span {
    display: block;
    width: 200px;
    line-height: 26px;
    font-size: 14px;
}

.top_nav, .details {
    margin: 0 auto;
    width: 980px;
}

.details {
    padding: 0 10px;
}

.trademark_details {
    border: 1px solid #CCC;
    padding: 10px;
}

.top_details, .trademark_info {
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.trademark_info {
    padding-bottom: 8px;
}

.left_logo, .left_title {
    float: left;
}

.left_logo {
    padding: 8px;
    overflow: hidden;
    width: 150px;
    height: 100px;
}

.left_logo img {
    height: 100px;
    max-width: 150px;
}

.left_title {
    margin-left: 15px;
}

.left_title h1 {
    font-size: 24px;
    padding-top: 10px;
    line-height: 40px;
}

.top_title h1, .left_title h1, .business h1, .ba_right h1 {
    font-family: '微软雅黑E\8F6F\96C5\9ED1', '宋体b8b\4f53';
    font-weight: normal;
}

.left_title div {
    line-height: 30px;
}

.group_share {
    height: 28px;
    margin-left: 10px;
    padding-left: 10px;
    float: right;
    display: inline;
    border-left: 1px solid #ADD5F9;
}

.details .group_share {
    float: right;
    border-left: none;
    line-height: 28px;
}

.group_share strong {
    color: #333;
    font-weight: normal;
    line-height: 28px;
    position: relative;
    float: left;
}

.top_details, .trademark_info {
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.left_tips {
    float: left;
    width: 450px;
    padding: 10px 10px;
}

.trademark_details .left_tips {
    margin-left: 15px;
}

.left_tips h3 {
    line-height: 20px;
}

.recommend, .pfet_tips li, .hot_pfet dd, .ba_right span, #turn_left, #turn_right {
    background: url("i/group_pfet_bg_icon.png") no-repeat;
}

.pfet_details, .pfet_tips li {
    line-height: 24px;
}

.pfet_tips li {
    padding-left: 10px;
    background-position: 1px -151px;
}

.right_tips {
    float: left;
    width: 260px;
    padding: 0 10px;
    border-left: 1px dotted #CCC;
}

.trademark_details .right_tips {
    width: 460px;
    height: 127px;
    padding-right: 0;
}

.effect_time, .down_num {
    border-bottom: 1px dotted #CCC;
}

.effect_time {
    line-height: 40px;
}

.right_tips div {
    padding-left: 8px;
}

.top_details .effect_time {
    padding-bottom: 5px;
}

.right_tips span {
    padding-left: 4px;
}

.down_num {
    line-height: 24px;
    padding: 6px 0;
}

.cancle_bborder {
    border-bottom: none;
}

.right_tips div {
    padding-left: 8px;
}

.top_details .down_num {
    padding-top: 10px;
}

.pfet_bank, .pfet_img, .print_down {
    text-align: center;
    overflow: hidden;
}

.print_down {
    clear: left;
    margin: 20px 0;
}

.btn_print, .btn_down {
    padding-bottom: 3px;
    _padding-bottom: 0;
    background: url(i/group_pfet_bg_btn.png) no-repeat;
    border: none;
    color: #059;
    cursor: pointer;
    height: 34px;
    font-weight: bold;
}

.btn_print {
    width: 132px;
    padding-left: 25px;
    background-position: -1px -34px;
}

.pfet_bank, .pfet_img, .print_down {
    text-align: center;
    overflow: hidden;
}

.pulledlist li.lnone {
    display: none
}

em span.spass {
    color: black
}

#p_top {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: dashed 2px #D9D9D9;
}

#p_top_left {
    width: 270px;
    float: left;
    margin-left: 5px;
}

#p_top_left img {
    border: 1px solid #ccc
}

#p_top_right {
    width: 380px;
    float: left;
    padding-top: 5px;
}

#p_top_right li {
    margin-bottom: 25px;
    color: #888;
    border-bottom: dashed 2px #D9D9D9;
    padding-bottom: 3px
}

.pred {
    color: red;
    font-weight: bold
}

.dash_line {
}

.main_l_i {
    float: left
}

#thirpart_label {
    margin: 5px 0 0 15px;
    border-top: 1px dashed #CCC;
    line-height: 25px;
}

.thirdpart {
    margin: 10px 0 0 15px;
}

ul.bshop li {
    height: 150px;
    margin: 0px 0 6px 6px;
    border: 1px dashed #fff;
    width: 470px;
    text-align: justify;
}

ul.blist li .blist_p {
    float: left;
    margin-left: 10px;
    width: 95px;
    overflow: hidden;
}

ul.blist li .blist_n {
    float: left;
    margin-left: 10px;
    height: 60px;
    width: 350px;
}

.sect ul li.normal {
    border: 1px dashed #96CAD7;
    clear: both;
    display: block;
    background: #F2FCFE;
    margin: 0 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul li.coupon {
    border: 1px dashed #96cad7;
    width: 630px;
    clear: both;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: #f2fcfe;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.sect ul li.commend {
    border: 1px dashed #ffd32c;
    background: #FFF9E1
}

ul li.expire, #main_l_l ul li.pulls {
    border: 1px dashed #a8a8a8;
    background: #eee
}

ul li.normal:hover, #main_l_l ul li.hover {
    background: #E2F0FB;
    border: 1px dashed #B8D6FC
}

ul li.expire:hover, #main_l_l ul li.pulls:hover {
    border: 1px dashed #a8a8a8;
}

/*ul li.expire:hover, #main_l_l ul li.pulls:hover{border:1px dashed #a8a8a8; background:#ee}*/

/*201301添加*/
/*search*/
#new_search {
    float: left;
    position: relative;
    width: 420px;
    height: 80px;
    z-index: 25;
    margin-top: 15px;
}

#new_search .sts a {
    color: #999;
}

#new_search #search_item {
    position: relative;
    margin-bottom: -3px;
    height: 24px;
    overflow: hidden;
}

#new_search #search_item li.current {
    color: white;
    background: url(2013/search_bg3.png) no-repeat left top;
}

#new_search #search_input {
    width: 400px;
    height: 31px;
    background: url(2013/search_bg3.png) no-repeat 0 -31px;
}

#new_search #search_item li, #new_search #search_item li a {
    cursor: pointer;
    float: left;
    color: #666;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px;
}

#new_search #Text_Ts_Box {
    position: relative;
    width: 315px;
    height: 28px;
    float: left;
}

#new_search #SearchInputText {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 12px;
    color: #AAA;
    width: 308px;
    height: 15px;
    line-height: 15px;
    padding: 4px 3px 3px 5px;
    border: 0;
    background: white;
}

#new_search #searchInputImage {
    float: right;
    width: 75px;
    cursor: pointer;
    height: 31px;
    background: none;
    border: none;
    text-indent: -999em;
    overflow: hidden;
}

#new_search #Text_Ts_Box .show {
    position: absolute;
    width: 420px;
    top: 30px;
    left: 5px;
    z-index: 20;
}

/*new_nav*/
div#new_menu {
    height: 39px;
    width: 990px;
    margin: 0 auto;
    background-repeat: repeat-x;
    background-position: right -160px;
}

#new_nav {
    position: relative;
    z-index: 24;
}

#new_nav ul {
    padding-left: 20px;
    width: 970px;
    background-position: right -40px;
}

#new_nav .cf li {
    padding-left: 0px;
}

#new_nav li {
    float: left;
    height: 39px;
    white-space: nowrap;
    background-position: right -120px;
}

#new_nav li a {
    display: block;
    height: 39px;
    line-height: 39px;
    width: 83px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
}

#new_nav li.first_menu {
    width: 100px;
}

#new_nav li.first_menu.new_team_list {
    width: 240px;
    margin-top: 5px;
    height: 26px;
    line-height: 26px;
    background: none;
    position: relative;
}

.new_speaker, .new_notice_arrow {
    background-image: url(2013/site_base.png);
    background-repeat: no-repeat;
}

#new_nav li.first_menu.new_team_list .new_speaker {
    background-position: 5px -171px;
    display: block;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 10;
}

#new_nav li.first_menu.new_team_list .new_notice_arrow {
    background-position: 2px -196px;
    display: block;
    width: 9px;
    height: 7px;
    position: absolute;
    top: 11px;
    right: 13px;
    z-index: 11;
}

#new_nav li.first_menu.new_team_list a {
    padding-left: 23px;
    background: none;
    width: 194px;
    padding: 0 23px;
    height: 26px;
    line-height: 26px;
    padding: 0 23px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
}

#new_nav li.first_menu.new_team_list a div {
    overflow: hidden;
}

#new_nav li.nav_hover.new_team_list a {
    background: #31A2D9;
    height: 26px;
    padding: 0 23px;
    line-height: 26px;
}

#new_nav li.first_menu.new_team_list #second_menu {
    top: 26px;
    left: 0px;
}

#new_nav li.first_menu.new_team_list #second_menu dd a {
    background: #31A2D9;
    width: 194px;
    line-height: 26px;
    height: 26px;
    padding: 0 23px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}

#new_nav li.first_menu a {
    padding-left: 13px;
    width: 87px;
    text-align: left;
    overflow: hidden;
}

#new_nav li.first_menu a i {
    position: absolute;
    top: 17px;
    left: 76px;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 5px;
    background-position: right -206px;
}

#new_nav li.nav_hover a i {
    background-position: right -200px;
}

#new_nav #second_menu {
    background: #2C99CE;
    position: absolute;
    top: 39px;
    display: none;
}

#new_nav li.nav_hover #second_menu {
    display: block;
}

#new_nav li.first_menu #second_menu dd a {
    padding: 0;
    width: 87px;
    padding-left: 13px;
    background: none;
}

#new_nav li.first_menu #second_menu dd a:hover {
    background: #5EBDEC;
}

#new_nav li a:hover, #new_nav li a.active, #new_nav li.nav_hover a {
    background: url(2013/nav_bg3.png) no-repeat right -80px;
    text-decoration: none;
}

#new_nav li.first_menu {
    position: relative;
}

#new_menu, #new_nav, #new_nav ul, #new_nav li, #new_nav li.nav_hover a i, #new_nav li.first_menu a i {
    background-image: url(2013/nav_bg3.png);
    background-repeat: no-repeat;
}

/*折扣列表*/
.new_main {
    border: 1px solid #E3E3E3;
    background-color: white;
}

.new_main_left {
    width: 700px;
    padding: 10px;
    float: left;
    border-right: 1px solid #E3E3E3;
}

.new_main_right {
    float: right;
    width: 267px;
}

.new_main_left .biaoti {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.new_main_left .biaoti a {
    color: black;
    text-decoration: none;
}

.new_main_left .wzpb {
    font-size: 14px;
    line-height: 26px;
    color: #686868;
    padding-top: 7px;
    padding-right: 18px;
}

.new_main_left .jz {
    text-align: center;
    padding-top: 10px;
}

.new_main_left .riqi {
    float: left;
    color: #999;
    height: 27px;
    line-height: 27px;
    width: 580px;
    overflow: hidden;
}

.new_main_left .riqi .left {
    float: left;
    margin-left: 16px;
    _display: inline;
    height: 27px;
    line-height: 27px;
    _padding-top: 2px;
}

.new_main_left .riqi .right {
    float: right;
    margin-right: 16px;
    height: 27px;
    line-height: 27px;
    color: #909090;
    padding-left: 24px;
    _display: inline;
    font-family: "宋体";
}

.new_main_left .anniu {
    float: right;
    padding-right: 20px;
}

.new_box {
    padding-bottom: 10px;
}

.new_box h2 {
    line-height: 36px;
    padding-left: 10px;
    font-size: 14px;
    background: #F9F9F9;
}

.new_box ul {
    border-top: 1px solid #E3E3E3;
}

.new_box li {
    border-bottom: 1px solid #E3E3E3;
    width: 123px;
    float: left;
    padding: 5px;
    text-align: center;
}

.new_box li.box_left {
    border-right: 1px solid #E3E3E3;
}

.new_box li .store-logo {
    margin: 3px auto;
    display: block;
    text-align: center;
    border: white solid 1px;
    height: 40px;
    width: 80px;
    padding: 2px;
}

.new_box li .store-logo:hover {
    border: #F1F1F1 solid 1px;
}

.new_box li span {
    display: block;
    text-align: center;
    overflow: hidden;
    height: 20px;
}

.new_box li span a {
    color: #A2A2A2;
}

.new_box_more {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
    text-align: right;
    padding-right: 15px;
    background: white;
}

.new_box_more a:hover {
    text-decoration: underline;
}

.new_box_more a {
    color: #A2A2A2;
}

.new_main_comment {
    width: 670px;
    padding: 20px 0 0 20px;
}

.new_main_comment h4 {
    height: 30px;
}

.new_main_comment .comment_box_tit {
    height: 20px;
}

.new_main_comment .talk_box textarea {
    background: white;
    border: 1px solid #CCC;
    color: #666;
    font-size: 14px;
    height: 45px;
    overflow: auto;
    padding: 5px;
    width: 658px;
    word-wrap: break-word;
}

.new_main_comment .talk_box .sub_btn {
    position: relative;
    height: 35px;
    width: 670px;
}

.new_main_comment .submit_btn {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background-position: 0px -396px;
    background-image: url(2013/tab_bg.png);
    background-repeat: no-repeat;
}

.new_main_comment .replay_list {
    border-bottom: 1px solid gainsboro;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    text-align: left;
    overflow: auto;
    zoom: 1;
}

.new_main_comment .layer_01 {
    float: left;
    width: 150px;
}

.new_main_comment .layer_01 i {
    color: #999;
    display: block;
}

.new_main_comment .layer_02 {
    float: left;
    width: 350px;
}

.new_main_comment .moreComment {
    display: block;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

#footer2 {
    clear: both;
    color: #999;
    margin: 5px auto;
    width: 990px;
    padding-top: 20px;
    background: #FAFAFA url(2013/bg-footer.gif) repeat-x 0 -1px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 200%;
}

#footer2 a {
    color: #999;
    padding: 0 3px;
}

#footer2 #tbwel_fo {
    margin: 0px auto 0px;
    width: 610px;
    _width: 625px;
    clear: both;
    padding: 0px;
    overflow: hidden;
}

#footer2 .footer2p {
    color: #999;
}

.new_shangjia {
    padding: 10px 0;
}

.new_shangjia .new_shangjia_logo {
    height: 40px;
    width: 80px;
    float: left;
    display: block;
    border: #EDEDED solid 1px;
    margin-left: 20px;
}

.new_shangjia span {
    font-size: 14px;
    color: #939393;
    display: block;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.new_shangjia span a {
    color: #939393;
}

.yfh2 {
    background: url(2013/yfbg.gif) no-repeat scroll -17px -100px transparent;
    border-bottom: 2px solid #B2D234;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    letter-spacing: normal;
    line-height: 30px;
    margin: 2px 0;
    padding-left: 20px;
}

.box_detail_img {
    width: 220px;
    height: 120px;
    border: 1px solid #DDD;
    text-align: center;
    padding-top: 20px;
}

.detail_top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.box_detail_img em {
    color: #F44;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    margin: 0 5px;
    position: relative;
    top: 2px;
    font-style: normal;
}

.coupon_storelogo {
    display: block;
    height: 45px;
    margin: 6px auto 0;
    overflow: hidden;
    width: 90px;
}

.new_top {
    height: 31px;
    min-width: 990px;
    background: url(2013/top_bg.png) repeat-x 0 0;
}

.new_site_nav {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
    height: 31px;
    line-height: 31px;
}

.new_site_nav_l {
    float: left;
    height: 26px;
}

.new_site_nav_r {
    float: right;
    padding-top: 2px;
    overflow: hidden;
}

.new_site_nav_l p {
    font-size: 12px;
    color: #333;
}

.new_top_reg {
    margin-left: 10px;
    padding-right: 10px;
    background-position: right -40px;
    background: url(2013/top_bg.png) repeat-x 0 0;
}

.new_top_reg {
    margin-left: 10px;
    padding-right: 10px;
    background-image: url(2013/top_bg.png);
    background-repeat: no-repeat;
    background-position: right -40px;
}

.new_topqq_login, .new_topwb_login, .new_toptopalipay_login {
    padding: 2px 0 4px 18px;
    color: #787878;
    margin-right: 10px;
    background: url(2013/site_base.png) no-repeat 0 -7px;
}

.new_topwb_login {
    background-position: 0 -69px;
    margin-left: 5px;
}

.new_topqq_login {
    background-position: 0 -6px;
}

.new_toptopalipay_login {
    padding-left: 20px;
    background-position: 0 -37px;
}

.new_site_nav_r li {
    float: left;
    list-style: none;
    display: block;
    padding: 3px 10px 0;
    background-image: url(2013/top_bg.png);
    background-repeat: no-repeat;
    background-position: right -34px;
    line-height: 20px;
    height: 20px;
    color: #787878;
}

.new_site_nav_r li a {
    color: #787878;
}

/*v2*/
a.v2_shop_l_more_detail, a.v2_shop_l_quan, a.v2_shop_l_cu, .v2_shop_l_xing div, .v2_shop_l_xing p, .icofavor, .icoping, a.quan, a.cu, a.tuan, a.gopro, a.gobus, a.gotuan, .xing div, .xing p, .ping, .ping p, a.gocomment, .busdetail .busxing, a.commentup, .xing2, .xing2 p {
    background-image: url(2013v2/iocv2_2.png);
    background-repeat: no-repeat;
}

#v2_shop_nav {
    text-align: right;
    line-height: 24px;
    padding-bottom: 10px;
}

#v2_shop_nav a.current {
    color: #EE483C;
}

#v2_shop_nav h1 {
    float: left;
    color: #666;
}

.v2_shop_l {
    float: left;
    width: 782px;
    overflow: hidden;
    border: 1px solid #DDD;
}

.v2_shop_r {
    float: right;
    width: 190px;
    overflow: hidden;
    margin: 0;
}

.v2_shop_l_top {
    height: 34px;
    border-bottom: 1px solid #DDD;
    position: relative;
}

#main_l_b .v2_shop_l_top h2 {
    height: 32px;
    line-height: 32px;
    border: 1px solid white;
    background-position: 0 -163px;
    font-size: 15px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #B00;
    margin: 0;
    padding: 0;
    padding-left: 13px;
}

.v2_shop_l_top .v2_shop_l_filter {
    position: absolute;
    left: 100px;
    top: 8px;
    height: 16px;
}

.v2_shop_l_filter input {
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.v2_shop_l_filter label {
    margin: 0 10px 0 0;
}

.v2_shop_l_filter label a {
    text-decoration: none;
    color: black;
}

.v2_shop_l_item {
    padding: 20px 16px;
    border-bottom: 1px dashed #CCC;
    vertical-align: top;
}

.v2_shop_l_busimg {
    position: relative;
    display: block;
    float: left;
    width: 180px;
    height: 100px;
    margin-right: 16px;
    padding: 6px 0;
    background-color: white;
    border: 1px solid #F2F2F2;
    text-align: center;
}

.v2_shop_l_busimg img {
    width: 130px;
    height: 65px;
    padding: 10px 0;
}

span.v2_shop_l_rank1, span.v2_shop_l_rank2, span.v2_shop_l_rank3, span.v2_shop_l_rank0 {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 23px;
    height: 35px;
    padding-top: 2px;
    font-size: 14px;
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    background: url(2013v2/iocv2_3.png) no-repeat;
}

span.v2_shop_l_rank1 {
    background-position: 0 -275px;
}

span.v2_shop_l_rank2 {
    background-position: -30px -275px;
}

span.v2_shop_l_rank3 {
    background-position: -60px -275px;
}

span.v2_shop_l_rank0 {
    background-position: -90px -275px;
}

.v2_shop_l_businfo {
    width: 390px;
    position: relative;
    float: left;
    line-height: 24px;
}

.v2_shop_l_businfo dt {
    clear: both;
    margin-bottom: 5px;
}

.v2_shop_l_businfo .v2_shop_l_mall {
    color: #3173D3;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.v2_shop_l_businfo dt a {
    margin-right: 3px;
}

a.v2_shop_l_quan, a.v2_shop_l_cu {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 0;
    margin: 0 0 0 5px;
    font-size: 0;
    text-indent: -9999px;
    vertical-align: middle;
}

.v2_shop_l_businfo .v2_shop_l_cu_hd {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    width: 88px;
    vertical-align: middle;
}

a.v2_shop_l_cu {
    background-position: -233px -66px;
}

.v2_shop_l_businfo .v2_shop_l_cu_hd i {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0 0 0 5px;
    border-top: 5px solid #999;
    border-right: 5px dashed transparent;
    border-left: 5px dashed transparent;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
}

.v2_shop_l_cu_hd .v2_shop_l_bg {
    width: 100%;
    height: 100%;
    background: white;
    vertical-align: top;
}

.v2_shop_l_cu-hd-cont {
    display: none;
    position: absolute;
    left: -46px;
    top: 24px;
    z-index: 3;
    width: 160px;
    border: 1px solid #DDD;
    background: white;
    box-shadow: 4px 4px #DDD;
    -webkit-box-shadow: 4px 4px #DDD;
    -moz-box-shadow: 4px 4px #DDD;
}

.v2_shop_l_cu-hd-cont li {
    height: 26px;
    overflow: hidden;
}

.v2_shop_l_cu-hd-cont li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-indent: 12px;
}

.v2_shop_l_businfo dt .v2_shop_l_yh-link, .v2_shop_r_box_new, .v2_shop_l_cu-hd-cont .v2_shop_l_icon_none, .v2_shop_l_cu-hd-cont .v2_shop_l_more {
    background-image: url(2013v2/iocv2_1.png);
}

.v2_shop_l_cu-hd-cont .v2_shop_l_more {
    display: block;
    height: 26px;
    margin: 0;
    padding: 0 12px 0 0;
    background-position: 100% -42px;
    background-repeat: no-repeat;
    line-height: 26px;
    text-align: right;
}

.v2_shop_l_cu-hd-cont .v2_shop_l_icon {
    position: absolute;
    top: -6px;
    left: 56px;
    width: 9px;
    height: 6px;
    overflow: hidden;
    background-position: 0 -37px;
}

.v2_shop_l_businfo .v2_shop_l_quan {
    display: inline-block;
    vertical-align: middle;
}

.v2_shop_l_quan {
    background-position: -206px -66px;
}

.v2_shop_l_businfo .v2_shop_l_yh-link {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    padding: 0 4px;
    background-position: 100% -416px;
    background-repeat: no-repeat;
}

.v2_shop_l_yh-link em {
    font-style: normal;
}

.v2_shop_l_businfo dd span {
    float: left;
    color: #666;
}

a.v2_shop_l_color8 {
    color: #3173D3;
}

.v2_shop_l_businfocontbusinfocont {
    overflow: hidden;
    zoom: 1;
}

.v2_shop_l_busxing {
    width: 160px;
    float: right;
    margin-top: -5px;
}

.v2_shop_l_xing {
    overflow: hidden;
    margin: 0 0 5px;
}

.v2_shop_l_xing div {
    float: left;
    width: 114px;
    overflow: hidden;
    margin-top: 8px;
    background-position: 0 -184px;
}

.v2_shop_l_xing p {
    height: 22px;
    width: 0;
    background-position: 0 -158px;
}

.v2_shop_l_xing span {
    float: left;
    margin-left: 8px;
    font-size: 25px;
    color: #666;
    font-family: Arial;
}

.v2_shop_l_comment {
    display: block;
    width: 158px;
    height: 16px;
    margin: 0 0 5px;
    line-height: 16px;
    text-align: center;
}

a.v2_shop_l_more_detail {
    display: inline-block;
    width: 127px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 0 0;
    background-position: 0 -84px;
    text-shadow: 2px 2px 2px white;
    color: #FA5800;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.search_no {
    width: 300px;
    margin: 30px auto;
}

.search_no p {
    margin-left: 15px;
    padding-left: 68px;
    background: url(2013v2/search_no.jpg) no-repeat 0 0;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #666;
}

.comment_followdiv .comment_addfo {
    background: url(2013v2/add_follow_new.png) no-repeat;
    width: 50px;
    height: 18px;
    display: block;
    text-indent: -9999px;
}

#Text_Ts_Box #search_suggest2 {
    width: 316px;
    border: 1px solid #ededed;
    border-top: 0;
    font-size: 12px;
    position: absolute;
    z-index: 9999;
    top: 28px;
    left: 1px;
    background-color: #FFF;
    display: none;
    padding: 5px 0;
    border-radius: 0;
}

#Text_Ts_Box #search_suggest2 .detail {
    display: block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    font-size: 12px;
    color: #444;
    padding: 0 12px 0 5px;
    text-align: left;
}

#Text_Ts_Box #search_suggest2 .detail.h {
    background-color: #f2f2f2;
}

#Text_Ts_Box #search_suggest2 .detail span.l {
    text-align: left;
}

.header_rigth_nav {
    width: 260px;
    float: right;
    padding-bottom: 3px;
}

.header_rigth_nav li {
    margin: 3px 0 0 10px;
    padding-top: 3px;
    width: 53px;
    float: left;
    border: 1px solid #e9e9e9;
}

.header_rigth_nav li a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.header_rigth_nav li img {
    width: 20px;
    height: 20px;
}

.header_rigth_nav li span {
    line-height: 18px;
    display: block;
    color: #666;
}

.header_rigth_nav li a:hover span {
    color: #ea544a;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination li a:hover, .pagination li a:focus {
    background-color: #eee;
}

.pagination .active span, .pagination .active span:hover, .pagination .active span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg li a {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-sm li a, .pagination-sm li span {
    padding: 5px 10px;
    font-size: 12px;
}